Html Css Color HEX #DA485C Mandy

📋 copy color: '#DA485C'

red 218 ◦ green 72 ◦ blue 92

#DA485C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DA485C

Tints of Mandy #DA485C

RGB

 RED value IS 218 (85.55% from 255) = 57.07%

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 57.07%
G = 18.85%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA485C (or 0xDA485C) is known color: Mandy. HEX triplet: DA, 48 and 5C. RGB value is (218,72,92). Sum of RGB (Red+Green+Blue) = 218+72+92=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA485C is #25B7A3. Grayscale: #767676. Windows color (decimal): -2471844 or 6047962. OLE color: 6047962.

HSL color Cylindrical-coordinate representation of color #DA485C: hue angle of 351.78º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA485C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 92 -
CMYK 0 0.67 0.58 0.15
HSL 351.78º 0.66% 0.57% -
HSV(B) 351.78º 0.67% 0.85% -
XYZ 33.16 20.31 12.3 -
YUV 117.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 218 72 92 0 0.67 0.58 0.15 351.78 0.66 0.57
Hex DA 48 5C 0 43 3A F 160 42 39
Octal 332 110 134 0 103 72 17 540 102 71
Binary 11011010 1001000 1011100 0 1000011 111010 1111 101100000 1000010 111001

Color Harmonies of #DA485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA485C

Black with #DA485C

Text Example


Text Example

White with #DA485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA485C; }

 p { color: rgb(218,72,92); }

 H1.HeaderClassName
 {
   color: #DA485C;
 }
 .AnyTagClassName
 {
   color: #DA485C;
 }
</style>

background-color css

<style>
 a { background-color: #DA485C; }

 a { background-color: rgb(218,72,92); }

 div.DivClassName
 {
   background-color: #DA485C;
 }
 .BgClassName
 {
   background-color: #DA485C;
 }
</style>

border-color css

<style>
 span { border-color: #DA485C; }

 span { border-color: rgb(218,72,92); }

 td.TdClassName
 {
   border-color: #DA485C;
 }
 .TagClassName
 {
   border-color: #DA485C;
 }
</style>