Html Css Color HEX #D22988 Deep Cerise

📋 copy color: '#D22988'

red 210 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #D22988

Tints of Deep Cerise #D22988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 54.26%
G = 10.59%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D22988 (or 0xD22988) is known color: Deep Cerise. HEX triplet: D2, 29 and 88. RGB value is (210,41,136). Sum of RGB (Red+Green+Blue) = 210+41+136=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D22988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22988 is #2DD677. Grayscale: #666666. Windows color (decimal): -3004024 or 8923602. OLE color: 8923602.

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

Color convert

RGB 210 41 136 -
CMYK 0 0.80 0.35 0.18
HSL 326.27º 0.67% 0.49% -
HSV(B) 326.27º 0.8% 0.82% -
XYZ 31.82 17.07 24.91 -
YUV 102.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 210 41 136 0 0.80 0.35 0.18 326.27 0.67 0.49
Hex D2 29 88 0 50 23 12 146 43 31
Octal 322 51 210 0 120 43 22 506 103 61
Binary 11010010 101001 10001000 0 1010000 100011 10010 101000110 1000011 110001

Color Harmonies of #D22988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22988

Black with #D22988

Text Example


Text Example

White with #D22988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22988; }

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

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

background-color css

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

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

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

border-color css

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

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

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