Html Css Color HEX #D22472 Cerise

📋 copy color: '#D22472'

red 210 ◦ green 36 ◦ blue 114

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

Shades of Cerise #D22472

Tints of Cerise #D22472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 58.33%
G = 10%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D22472 (or 0xD22472) is known color: Cerise. HEX triplet: D2, 24 and 72. RGB value is (210,36,114). Sum of RGB (Red+Green+Blue) = 210+36+114=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D22472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22472 is #2DDB8D. Grayscale: #606060. Windows color (decimal): -3005326 or 7480530. OLE color: 7480530.

HSL color Cylindrical-coordinate representation of color #D22472: hue angle of 333.1º 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 #D22472 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 114 -
CMYK 0 0.83 0.46 0.18
HSL 333.1º 0.71% 0.48% -
HSV(B) 333.1º 0.83% 0.82% -
XYZ 30.25 16.18 17.45 -
YUV 96.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 210 36 114 0 0.83 0.46 0.18 333.1 0.71 0.48
Hex D2 24 72 0 53 2E 12 14D 47 30
Octal 322 44 162 0 123 56 22 515 107 60
Binary 11010010 100100 1110010 0 1010011 101110 10010 101001101 1000111 110000

Color Harmonies of #D22472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22472

Black with #D22472

Text Example


Text Example

White with #D22472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22472; }

 p { color: rgb(210,36,114); }

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

background-color css

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

 a { background-color: rgb(210,36,114); }

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

border-color css

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

 span { border-color: rgb(210,36,114); }

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