Html Css Color HEX #DC3E60 Cerise

📋 copy color: '#DC3E60'

red 220 ◦ green 62 ◦ blue 96

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

Shades of Cerise #DC3E60

Tints of Cerise #DC3E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.4%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 58.2%
G = 16.4%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC3E60 (or 0xDC3E60) is known color: Cerise. HEX triplet: DC, 3E and 60. RGB value is (220,62,96). Sum of RGB (Red+Green+Blue) = 220+62+96=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E60 is #23C19F. Grayscale: #717171. Windows color (decimal): -2343328 or 6307548. OLE color: 6307548.

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

Color convert

RGB 220 62 96 -
CMYK 0 0.72 0.56 0.14
HSL 347.09º 0.69% 0.55% -
HSV(B) 347.09º 0.72% 0.86% -
XYZ 33.35 19.51 13.07 -
YUV 113.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 220 62 96 0 0.72 0.56 0.14 347.09 0.69 0.55
Hex DC 3E 60 0 48 38 E 15B 45 37
Octal 334 76 140 0 110 70 16 533 105 67
Binary 11011100 111110 1100000 0 1001000 111000 1110 101011011 1000101 110111

Color Harmonies of #DC3E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E60

Black with #DC3E60

Text Example


Text Example

White with #DC3E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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