Html Css Color HEX #D22770 Cerise

📋 copy color: '#D22770'

red 210 ◦ green 39 ◦ blue 112

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

Shades of Cerise #D22770

Tints of Cerise #D22770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

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

R = 58.17%
G = 10.8%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D22770 (or 0xD22770) is known color: Cerise. HEX triplet: D2, 27 and 70. RGB value is (210,39,112). Sum of RGB (Red+Green+Blue) = 210+39+112=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D22770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22770 is #2DD88F. Grayscale: #626262. Windows color (decimal): -3004560 or 7350226. OLE color: 7350226.

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

Color convert

RGB 210 39 112 -
CMYK 0 0.81 0.47 0.18
HSL 334.39º 0.69% 0.49% -
HSV(B) 334.39º 0.81% 0.82% -
XYZ 30.23 16.32 16.89 -
YUV 98.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 210 39 112 0 0.81 0.47 0.18 334.39 0.69 0.49
Hex D2 27 70 0 51 2F 12 14E 45 31
Octal 322 47 160 0 121 57 22 516 105 61
Binary 11010010 100111 1110000 0 1010001 101111 10010 101001110 1000101 110001

Color Harmonies of #D22770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22770

Black with #D22770

Text Example


Text Example

White with #D22770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22770; }

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

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

background-color css

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

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

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

border-color css

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

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

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