Html Css Color HEX #D22DA0 Deep Cerise

📋 copy color: '#D22DA0'

red 210 ◦ green 45 ◦ blue 160

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

Shades of Deep Cerise #D22DA0

Tints of Deep Cerise #D22DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 50.6%
G = 10.84%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D22DA0 (or 0xD22DA0) is known color: Deep Cerise. HEX triplet: D2, 2D and A0. RGB value is (210,45,160). Sum of RGB (Red+Green+Blue) = 210+45+160=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DA0 is #2DD25F. Grayscale: #6B6B6B. Windows color (decimal): -3002976 or 10497490. OLE color: 10497490.

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

Color convert

RGB 210 45 160 -
CMYK 0 0.79 0.24 0.18
HSL 318.18º 0.65% 0.5% -
HSV(B) 318.18º 0.79% 0.82% -
XYZ 33.86 18.12 34.97 -
YUV 107.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 210 45 160 0 0.79 0.24 0.18 318.18 0.65 0.5
Hex D2 2D A0 0 4F 18 12 13E 41 32
Octal 322 55 240 0 117 30 22 476 101 62
Binary 11010010 101101 10100000 0 1001111 11000 10010 100111110 1000001 110010

Color Harmonies of #D22DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22DA0

Black with #D22DA0

Text Example


Text Example

White with #D22DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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