Html Css Color HEX #DC3C72 Cerise

📋 copy color: '#DC3C72'

red 220 ◦ green 60 ◦ blue 114

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

Shades of Cerise #DC3C72

Tints of Cerise #DC3C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 55.84%
G = 15.23%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3C72 (or 0xDC3C72) is known color: Cerise. HEX triplet: DC, 3C and 72. RGB value is (220,60,114). Sum of RGB (Red+Green+Blue) = 220+60+114=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C72 is #23C38D. Grayscale: #717171. Windows color (decimal): -2343822 or 7486684. OLE color: 7486684.

HSL color Cylindrical-coordinate representation of color #DC3C72: hue angle of 339.75º 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 #DC3C72 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 114 -
CMYK 0 0.73 0.48 0.14
HSL 339.75º 0.7% 0.55% -
HSV(B) 339.75º 0.73% 0.86% -
XYZ 34.17 19.66 17.91 -
YUV 114 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 220 60 114 0 0.73 0.48 0.14 339.75 0.7 0.55
Hex DC 3C 72 0 49 30 E 154 46 37
Octal 334 74 162 0 111 60 16 524 106 67
Binary 11011100 111100 1110010 0 1001001 110000 1110 101010100 1000110 110111

Color Harmonies of #DC3C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C72

Black with #DC3C72

Text Example


Text Example

White with #DC3C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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