Html Css Color HEX #D22E70 Cerise

📋 copy color: '#D22E70'

red 210 ◦ green 46 ◦ blue 112

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

Shades of Cerise #D22E70

Tints of Cerise #D22E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

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

R = 57.07%
G = 12.5%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D22E70 (or 0xD22E70) is known color: Cerise. HEX triplet: D2, 2E and 70. RGB value is (210,46,112). Sum of RGB (Red+Green+Blue) = 210+46+112=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E70 is #2DD18F. Grayscale: #666666. Windows color (decimal): -3002768 or 7352018. OLE color: 7352018.

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

Color convert

RGB 210 46 112 -
CMYK 0 0.78 0.47 0.18
HSL 335.85º 0.65% 0.5% -
HSV(B) 335.85º 0.78% 0.82% -
XYZ 30.48 16.83 16.97 -
YUV 102.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 210 46 112 0 0.78 0.47 0.18 335.85 0.65 0.5
Hex D2 2E 70 0 4E 2F 12 150 41 32
Octal 322 56 160 0 116 57 22 520 101 62
Binary 11010010 101110 1110000 0 1001110 101111 10010 101010000 1000001 110010

Color Harmonies of #D22E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E70

Black with #D22E70

Text Example


Text Example

White with #D22E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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