Html Css Color HEX #D22970 Cerise

📋 copy color: '#D22970'

red 210 ◦ green 41 ◦ blue 112

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

Shades of Cerise #D22970

Tints of Cerise #D22970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

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

R = 57.85%
G = 11.29%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D22970 (or 0xD22970) is known color: Cerise. HEX triplet: D2, 29 and 70. RGB value is (210,41,112). Sum of RGB (Red+Green+Blue) = 210+41+112=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D22970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22970 is #2DD68F. Grayscale: #636363. Windows color (decimal): -3004048 or 7350738. OLE color: 7350738.

HSL color Cylindrical-coordinate representation of color #D22970: hue angle of 334.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22970 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 112 -
CMYK 0 0.80 0.47 0.18
HSL 334.79º 0.67% 0.49% -
HSV(B) 334.79º 0.8% 0.82% -
XYZ 30.3 16.46 16.91 -
YUV 99.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 210 41 112 0 0.80 0.47 0.18 334.79 0.67 0.49
Hex D2 29 70 0 50 2F 12 14F 43 31
Octal 322 51 160 0 120 57 22 517 103 61
Binary 11010010 101001 1110000 0 1010000 101111 10010 101001111 1000011 110001

Color Harmonies of #D22970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22970

Black with #D22970

Text Example


Text Example

White with #D22970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22970; }

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

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

background-color css

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

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

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

border-color css

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

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

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