Html Css Color HEX #D22370 Cerise

📋 copy color: '#D22370'

red 210 ◦ green 35 ◦ blue 112

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

Shades of Cerise #D22370

Tints of Cerise #D22370

RGB

 RED value IS 210 (82.42% from 255) = 58.82%

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

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

R = 58.82%
G = 9.8%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D22370 (or 0xD22370) is known color: Cerise. HEX triplet: D2, 23 and 70. RGB value is (210,35,112). Sum of RGB (Red+Green+Blue) = 210+35+112=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D22370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22370 is #2DDC8F. Grayscale: #5F5F5F. Windows color (decimal): -3005584 or 7349202. OLE color: 7349202.

HSL color Cylindrical-coordinate representation of color #D22370: hue angle of 333.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22370 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 112 -
CMYK 0 0.83 0.47 0.18
HSL 333.6º 0.71% 0.48% -
HSV(B) 333.6º 0.83% 0.82% -
XYZ 30.1 16.07 16.85 -
YUV 96.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 210 35 112 0 0.83 0.47 0.18 333.6 0.71 0.48
Hex D2 23 70 0 53 2F 12 14E 47 30
Octal 322 43 160 0 123 57 22 516 107 60
Binary 11010010 100011 1110000 0 1010011 101111 10010 101001110 1000111 110000

Color Harmonies of #D22370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22370

Black with #D22370

Text Example


Text Example

White with #D22370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22370; }

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

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

background-color css

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

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

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

border-color css

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

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

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