Html Css Color HEX #D22FAE Deep Cerise

📋 copy color: '#D22FAE'

red 210 ◦ green 47 ◦ blue 174

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

Shades of Deep Cerise #D22FAE

Tints of Deep Cerise #D22FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 48.72%
G = 10.9%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D22FAE (or 0xD22FAE) is known color: Deep Cerise. HEX triplet: D2, 2F and AE. RGB value is (210,47,174). Sum of RGB (Red+Green+Blue) = 210+47+174=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FAE is #2DD051. Grayscale: #6D6D6D. Windows color (decimal): -3002450 or 11415506. OLE color: 11415506.

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

Color convert

RGB 210 47 174 -
CMYK 0 0.78 0.17 0.18
HSL 313.25º 0.64% 0.5% -
HSV(B) 313.25º 0.78% 0.82% -
XYZ 35.23 18.79 41.81 -
YUV 110.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 210 47 174 0 0.78 0.17 0.18 313.25 0.64 0.5
Hex D2 2F AE 0 4E 11 12 139 40 32
Octal 322 57 256 0 116 21 22 471 100 62
Binary 11010010 101111 10101110 0 1001110 10001 10010 100111001 1000000 110010

Color Harmonies of #D22FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FAE

Black with #D22FAE

Text Example


Text Example

White with #D22FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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