Html Css Color HEX #D22D9C Deep Cerise

📋 copy color: '#D22D9C'

red 210 ◦ green 45 ◦ blue 156

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

Shades of Deep Cerise #D22D9C

Tints of Deep Cerise #D22D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 51.09%
G = 10.95%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D22D9C (or 0xD22D9C) is known color: Deep Cerise. HEX triplet: D2, 2D and 9C. RGB value is (210,45,156). Sum of RGB (Red+Green+Blue) = 210+45+156=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D9C is #2DD263. Grayscale: #6A6A6A. Windows color (decimal): -3002980 or 10235346. OLE color: 10235346.

HSL color Cylindrical-coordinate representation of color #D22D9C: hue angle of 319.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D9C is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 45 156 -
CMYK 0 0.79 0.26 0.18
HSL 319.64º 0.65% 0.5% -
HSV(B) 319.64º 0.79% 0.82% -
XYZ 33.52 17.98 33.16 -
YUV 106.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 210 45 156 0 0.79 0.26 0.18 319.64 0.65 0.5
Hex D2 2D 9C 0 4F 1A 12 140 41 32
Octal 322 55 234 0 117 32 22 500 101 62
Binary 11010010 101101 10011100 0 1001111 11010 10010 101000000 1000001 110010

Color Harmonies of #D22D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D9C

Black with #D22D9C

Text Example


Text Example

White with #D22D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D9C; }

 p { color: rgb(210,45,156); }

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

background-color css

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

 a { background-color: rgb(210,45,156); }

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

border-color css

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

 span { border-color: rgb(210,45,156); }

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