Html Css Color HEX #D22996 Deep Cerise

📋 copy color: '#D22996'

red 210 ◦ green 41 ◦ blue 150

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

Shades of Deep Cerise #D22996

Tints of Deep Cerise #D22996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 52.37%
G = 10.22%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D22996 (or 0xD22996) is known color: Deep Cerise. HEX triplet: D2, 29 and 96. RGB value is (210,41,150). Sum of RGB (Red+Green+Blue) = 210+41+150=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D22996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22996 is #2DD669. Grayscale: #676767. Windows color (decimal): -3004010 or 9841106. OLE color: 9841106.

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

Color convert

RGB 210 41 150 -
CMYK 0 0.80 0.29 0.18
HSL 321.3º 0.67% 0.49% -
HSV(B) 321.3º 0.8% 0.82% -
XYZ 32.88 17.49 30.5 -
YUV 103.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 210 41 150 0 0.80 0.29 0.18 321.3 0.67 0.49
Hex D2 29 96 0 50 1D 12 141 43 31
Octal 322 51 226 0 120 35 22 501 103 61
Binary 11010010 101001 10010110 0 1010000 11101 10010 101000001 1000011 110001

Color Harmonies of #D22996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22996

Black with #D22996

Text Example


Text Example

White with #D22996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22996; }

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

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

background-color css

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

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

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

border-color css

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

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

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