Html Css Color HEX #DC3772 Cerise

📋 copy color: '#DC3772'

red 220 ◦ green 55 ◦ blue 114

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

Shades of Cerise #DC3772

Tints of Cerise #DC3772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

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

R = 56.56%
G = 14.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3772 (or 0xDC3772) is known color: Cerise. HEX triplet: DC, 37 and 72. RGB value is (220,55,114). Sum of RGB (Red+Green+Blue) = 220+55+114=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3772 is #23C88D. Grayscale: #6E6E6E. Windows color (decimal): -2345102 or 7485404. OLE color: 7485404.

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

Color convert

RGB 220 55 114 -
CMYK 0 0.75 0.48 0.14
HSL 338.55º 0.7% 0.54% -
HSV(B) 338.55º 0.75% 0.86% -
XYZ 33.92 19.16 17.83 -
YUV 111.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 220 55 114 0 0.75 0.48 0.14 338.55 0.7 0.54
Hex DC 37 72 0 4B 30 E 153 46 36
Octal 334 67 162 0 113 60 16 523 106 66
Binary 11011100 110111 1110010 0 1001011 110000 1110 101010011 1000110 110110

Color Harmonies of #DC3772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3772

Black with #DC3772

Text Example


Text Example

White with #DC3772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3772; }

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

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

background-color css

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

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

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

border-color css

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

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

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