Html Css Color HEX #DE32A2 Deep Cerise

📋 copy color: '#DE32A2'

red 222 ◦ green 50 ◦ blue 162

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

Shades of Deep Cerise #DE32A2

Tints of Deep Cerise #DE32A2

RGB

 RED value IS 222 (87.11% from 255) = 51.15%

 GREEN value IS 50 (19.92% from 255) = 11.52%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 51.15%
G = 11.52%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE32A2 (or 0xDE32A2) is known color: Deep Cerise. HEX triplet: DE, 32 and A2. RGB value is (222,50,162). Sum of RGB (Red+Green+Blue) = 222+50+162=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE32A2 is #21CD5D. Grayscale: #717171. Windows color (decimal): -2215262 or 10629854. OLE color: 10629854.

HSL color Cylindrical-coordinate representation of color #DE32A2: hue angle of 320.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE32A2 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 50 162 -
CMYK 0 0.77 0.27 0.13
HSL 320.93º 0.72% 0.53% -
HSV(B) 320.93º 0.77% 0.87% -
XYZ 37.79 20.42 36.13 -
YUV 114.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 222 50 162 0 0.77 0.27 0.13 320.93 0.72 0.53
Hex DE 32 A2 0 4D 1B D 141 48 35
Octal 336 62 242 0 115 33 15 501 110 65
Binary 11011110 110010 10100010 0 1001101 11011 1101 101000001 1001000 110101

Color Harmonies of #DE32A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE32A2

Black with #DE32A2

Text Example


Text Example

White with #DE32A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE32A2; }

 p { color: rgb(222,50,162); }

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

background-color css

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

 a { background-color: rgb(222,50,162); }

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

border-color css

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

 span { border-color: rgb(222,50,162); }

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