Html Css Color HEX #DC2370 Cerise

📋 copy color: '#DC2370'

red 220 ◦ green 35 ◦ blue 112

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

Shades of Cerise #DC2370

Tints of Cerise #DC2370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 59.95%
G = 9.54%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2370 (or 0xDC2370) is known color: Cerise. HEX triplet: DC, 23 and 70. RGB value is (220,35,112). Sum of RGB (Red+Green+Blue) = 220+35+112=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2370 is #23DC8F. Grayscale: #626262. Windows color (decimal): -2350224 or 7349212. OLE color: 7349212.

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

Color convert

RGB 220 35 112 -
CMYK 0 0.84 0.49 0.14
HSL 335.03º 0.73% 0.5% -
HSV(B) 335.03º 0.84% 0.86% -
XYZ 33.04 17.59 16.98 -
YUV 99.09 135.29 214.24 -
System Red Green Blue C M Y K H S L
Decimal 220 35 112 0 0.84 0.49 0.14 335.03 0.73 0.5
Hex DC 23 70 0 54 31 E 14F 49 32
Octal 334 43 160 0 124 61 16 517 111 62
Binary 11011100 100011 1110000 0 1010100 110001 1110 101001111 1001001 110010

Color Harmonies of #DC2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2370

Black with #DC2370

Text Example


Text Example

White with #DC2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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