Html Css Color HEX #D22DA5 Deep Cerise

📋 copy color: '#D22DA5'

red 210 ◦ green 45 ◦ blue 165

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

Shades of Deep Cerise #D22DA5

Tints of Deep Cerise #D22DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 50%
G = 10.71%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D22DA5 (or 0xD22DA5) is known color: Deep Cerise. HEX triplet: D2, 2D and A5. RGB value is (210,45,165). Sum of RGB (Red+Green+Blue) = 210+45+165=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DA5 is #2DD25A. Grayscale: #6B6B6B. Windows color (decimal): -3002971 or 10825170. OLE color: 10825170.

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

Color convert

RGB 210 45 165 -
CMYK 0 0.79 0.21 0.18
HSL 316.36º 0.65% 0.5% -
HSV(B) 316.36º 0.79% 0.82% -
XYZ 34.31 18.3 37.32 -
YUV 108.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 210 45 165 0 0.79 0.21 0.18 316.36 0.65 0.5
Hex D2 2D A5 0 4F 15 12 13C 41 32
Octal 322 55 245 0 117 25 22 474 101 62
Binary 11010010 101101 10100101 0 1001111 10101 10010 100111100 1000001 110010

Color Harmonies of #D22DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22DA5

Black with #D22DA5

Text Example


Text Example

White with #D22DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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