Html Css Color HEX #D22FAD Deep Cerise

📋 copy color: '#D22FAD'

red 210 ◦ green 47 ◦ blue 173

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

Shades of Deep Cerise #D22FAD

Tints of Deep Cerise #D22FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.93%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 48.84%
G = 10.93%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D22FAD (or 0xD22FAD) is known color: Deep Cerise. HEX triplet: D2, 2F and AD. RGB value is (210,47,173). Sum of RGB (Red+Green+Blue) = 210+47+173=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FAD is #2DD052. Grayscale: #6D6D6D. Windows color (decimal): -3002451 or 11349970. OLE color: 11349970.

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

Color convert

RGB 210 47 173 -
CMYK 0 0.78 0.18 0.18
HSL 313.62º 0.64% 0.5% -
HSV(B) 313.62º 0.78% 0.82% -
XYZ 35.14 18.75 41.3 -
YUV 110.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 210 47 173 0 0.78 0.18 0.18 313.62 0.64 0.5
Hex D2 2F AD 0 4E 12 12 13A 40 32
Octal 322 57 255 0 116 22 22 472 100 62
Binary 11010010 101111 10101101 0 1001110 10010 10010 100111010 1000000 110010

Color Harmonies of #D22FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FAD

Black with #D22FAD

Text Example


Text Example

White with #D22FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FAD; }

 p { color: rgb(210,47,173); }

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

background-color css

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

 a { background-color: rgb(210,47,173); }

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

border-color css

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

 span { border-color: rgb(210,47,173); }

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