Html Css Color HEX #D22AAC Deep Cerise

📋 copy color: '#D22AAC'

red 210 ◦ green 42 ◦ blue 172

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

Shades of Deep Cerise #D22AAC

Tints of Deep Cerise #D22AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 49.53%
G = 9.91%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D22AAC (or 0xD22AAC) is known color: Deep Cerise. HEX triplet: D2, 2A and AC. RGB value is (210,42,172). Sum of RGB (Red+Green+Blue) = 210+42+172=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AAC is #2DD553. Grayscale: #6A6A6A. Windows color (decimal): -3003732 or 11283154. OLE color: 11283154.

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

Color convert

RGB 210 42 172 -
CMYK 0 0.8 0.18 0.18
HSL 313.57º 0.67% 0.49% -
HSV(B) 313.57º 0.8% 0.82% -
XYZ 34.85 18.34 40.73 -
YUV 107.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 210 42 172 0 0.8 0.18 0.18 313.57 0.67 0.49
Hex D2 2A AC 0 50 12 12 13A 43 31
Octal 322 52 254 0 120 22 22 472 103 61
Binary 11010010 101010 10101100 0 1010000 10010 10010 100111010 1000011 110001

Color Harmonies of #D22AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22AAC

Black with #D22AAC

Text Example


Text Example

White with #D22AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22AAC; }

 p { color: rgb(210,42,172); }

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

background-color css

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

 a { background-color: rgb(210,42,172); }

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

border-color css

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

 span { border-color: rgb(210,42,172); }

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