Html Css Color HEX #DE34A2 Deep Cerise

📋 copy color: '#DE34A2'

red 222 ◦ green 52 ◦ blue 162

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

Shades of Deep Cerise #DE34A2

Tints of Deep Cerise #DE34A2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

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

R = 50.92%
G = 11.93%
B = 37.16%

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

#DE34A2 (or 0xDE34A2) is known color: Deep Cerise. HEX triplet: DE, 34 and A2. RGB value is (222,52,162). Sum of RGB (Red+Green+Blue) = 222+52+162=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34A2 is #21CB5D. Grayscale: #737373. Windows color (decimal): -2214750 or 10630366. OLE color: 10630366.

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

Color convert

RGB 222 52 162 -
CMYK 0 0.77 0.27 0.13
HSL 321.18º 0.72% 0.54% -
HSV(B) 321.18º 0.77% 0.87% -
XYZ 37.87 20.59 36.16 -
YUV 115.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 222 52 162 0 0.77 0.27 0.13 321.18 0.72 0.54
Hex DE 34 A2 0 4D 1B D 141 48 36
Octal 336 64 242 0 115 33 15 501 110 66
Binary 11011110 110100 10100010 0 1001101 11011 1101 101000001 1001000 110110

Color Harmonies of #DE34A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE34A2

Black with #DE34A2

Text Example


Text Example

White with #DE34A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE34A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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