Html Css Color HEX #D22DA4 Deep Cerise

📋 copy color: '#D22DA4'

red 210 ◦ green 45 ◦ blue 164

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

Shades of Deep Cerise #D22DA4

Tints of Deep Cerise #D22DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 50.12%
G = 10.74%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D22DA4 (or 0xD22DA4) is known color: Deep Cerise. HEX triplet: D2, 2D and A4. RGB value is (210,45,164). Sum of RGB (Red+Green+Blue) = 210+45+164=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DA4 is #2DD25B. Grayscale: #6B6B6B. Windows color (decimal): -3002972 or 10759634. OLE color: 10759634.

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

Color convert

RGB 210 45 164 -
CMYK 0 0.79 0.22 0.18
HSL 316.73º 0.65% 0.5% -
HSV(B) 316.73º 0.79% 0.82% -
XYZ 34.22 18.26 36.84 -
YUV 107.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 210 45 164 0 0.79 0.22 0.18 316.73 0.65 0.5
Hex D2 2D A4 0 4F 16 12 13D 41 32
Octal 322 55 244 0 117 26 22 475 101 62
Binary 11010010 101101 10100100 0 1001111 10110 10010 100111101 1000001 110010

Color Harmonies of #D22DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22DA4

Black with #D22DA4

Text Example


Text Example

White with #D22DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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