Html Css Color HEX #DC3C57 Cerise

📋 copy color: '#DC3C57'

red 220 ◦ green 60 ◦ blue 87

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

Shades of Cerise #DC3C57

Tints of Cerise #DC3C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 59.95%
G = 16.35%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3C57 (or 0xDC3C57) is known color: Cerise. HEX triplet: DC, 3C and 57. RGB value is (220,60,87). Sum of RGB (Red+Green+Blue) = 220+60+87=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C57 is #23C3A8. Grayscale: #6E6E6E. Windows color (decimal): -2343849 or 5717212. OLE color: 5717212.

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

Color convert

RGB 220 60 87 -
CMYK 0 0.73 0.60 0.14
HSL 349.88º 0.7% 0.55% -
HSV(B) 349.88º 0.73% 0.86% -
XYZ 32.85 19.14 10.98 -
YUV 110.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 220 60 87 0 0.73 0.60 0.14 349.88 0.7 0.55
Hex DC 3C 57 0 49 3C E 15E 46 37
Octal 334 74 127 0 111 74 16 536 106 67
Binary 11011100 111100 1010111 0 1001001 111100 1110 101011110 1000110 110111

Color Harmonies of #DC3C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C57

Black with #DC3C57

Text Example


Text Example

White with #DC3C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C57; }

 p { color: rgb(220,60,87); }

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

background-color css

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

 a { background-color: rgb(220,60,87); }

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

border-color css

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

 span { border-color: rgb(220,60,87); }

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