Html Css Color HEX #DC6062 Mandy

📋 copy color: '#DC6062'

red 220 ◦ green 96 ◦ blue 98

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

Shades of Mandy #DC6062

Tints of Mandy #DC6062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 53.14%
G = 23.19%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6062 (or 0xDC6062) is known color: Mandy. HEX triplet: DC, 60 and 62. RGB value is (220,96,98). Sum of RGB (Red+Green+Blue) = 220+96+98=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6062 is #239F9D. Grayscale: #858585. Windows color (decimal): -2334622 or 6447324. OLE color: 6447324.

HSL color Cylindrical-coordinate representation of color #DC6062: hue angle of 359.03º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6062 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 98 -
CMYK 0 0.56 0.55 0.14
HSL 359.03º 0.64% 0.62% -
HSV(B) 359.03º 0.56% 0.86% -
XYZ 35.9 24.46 14.38 -
YUV 133.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 220 96 98 0 0.56 0.55 0.14 359.03 0.64 0.62
Hex DC 60 62 0 38 37 E 167 40 3E
Octal 334 140 142 0 70 67 16 547 100 76
Binary 11011100 1100000 1100010 0 111000 110111 1110 101100111 1000000 111110

Color Harmonies of #DC6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6062

Black with #DC6062

Text Example


Text Example

White with #DC6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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