Html Css Color HEX #D22D9A Deep Cerise

📋 copy color: '#D22D9A'

red 210 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #D22D9A

Tints of Deep Cerise #D22D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 51.34%
G = 11%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D22D9A (or 0xD22D9A) is known color: Deep Cerise. HEX triplet: D2, 2D and 9A. RGB value is (210,45,154). Sum of RGB (Red+Green+Blue) = 210+45+154=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D9A is #2DD265. Grayscale: #6A6A6A. Windows color (decimal): -3002982 or 10104274. OLE color: 10104274.

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

Color convert

RGB 210 45 154 -
CMYK 0 0.79 0.27 0.18
HSL 320.36º 0.65% 0.5% -
HSV(B) 320.36º 0.79% 0.82% -
XYZ 33.35 17.91 32.27 -
YUV 106.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 210 45 154 0 0.79 0.27 0.18 320.36 0.65 0.5
Hex D2 2D 9A 0 4F 1B 12 140 41 32
Octal 322 55 232 0 117 33 22 500 101 62
Binary 11010010 101101 10011010 0 1001111 11011 10010 101000000 1000001 110010

Color Harmonies of #D22D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D9A

Black with #D22D9A

Text Example


Text Example

White with #D22D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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