Html Css Color HEX #DC5962 Mandy

📋 copy color: '#DC5962'

red 220 ◦ green 89 ◦ blue 98

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

Shades of Mandy #DC5962

Tints of Mandy #DC5962

RGB

 RED value IS 220 (86.33% from 255) = 54.05%

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 54.05%
G = 21.87%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5962 (or 0xDC5962) is known color: Mandy. HEX triplet: DC, 59 and 62. RGB value is (220,89,98). Sum of RGB (Red+Green+Blue) = 220+89+98=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5962 is #23A69D. Grayscale: #818181. Windows color (decimal): -2336414 or 6445532. OLE color: 6445532.

HSL color Cylindrical-coordinate representation of color #DC5962: hue angle of 355.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5962 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 98 -
CMYK 0 0.60 0.55 0.14
HSL 355.88º 0.65% 0.61% -
HSV(B) 355.88º 0.6% 0.86% -
XYZ 35.29 23.24 14.18 -
YUV 129.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 220 89 98 0 0.60 0.55 0.14 355.88 0.65 0.61
Hex DC 59 62 0 3C 37 E 164 41 3D
Octal 334 131 142 0 74 67 16 544 101 75
Binary 11011100 1011001 1100010 0 111100 110111 1110 101100100 1000001 111101

Color Harmonies of #DC5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5962

Black with #DC5962

Text Example


Text Example

White with #DC5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5962; }

 p { color: rgb(220,89,98); }

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

background-color css

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

 a { background-color: rgb(220,89,98); }

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

border-color css

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

 span { border-color: rgb(220,89,98); }

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