Html Css Color HEX #DC2372 Cerise

📋 copy color: '#DC2372'

red 220 ◦ green 35 ◦ blue 114

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

Shades of Cerise #DC2372

Tints of Cerise #DC2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

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

R = 59.62%
G = 9.49%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC2372 (or 0xDC2372) is known color: Cerise. HEX triplet: DC, 23 and 72. RGB value is (220,35,114). Sum of RGB (Red+Green+Blue) = 220+35+114=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2372 is #23DC8D. Grayscale: #636363. Windows color (decimal): -2350222 or 7480284. OLE color: 7480284.

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

Color convert

RGB 220 35 114 -
CMYK 0 0.84 0.48 0.14
HSL 334.38º 0.73% 0.5% -
HSV(B) 334.38º 0.84% 0.86% -
XYZ 33.15 17.63 17.58 -
YUV 99.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 220 35 114 0 0.84 0.48 0.14 334.38 0.73 0.5
Hex DC 23 72 0 54 30 E 14E 49 32
Octal 334 43 162 0 124 60 16 516 111 62
Binary 11011100 100011 1110010 0 1010100 110000 1110 101001110 1001001 110010

Color Harmonies of #DC2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2372

Black with #DC2372

Text Example


Text Example

White with #DC2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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