Html Css Color HEX #DE2DA2 Deep Cerise

📋 copy color: '#DE2DA2'

red 222 ◦ green 45 ◦ blue 162

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

Shades of Deep Cerise #DE2DA2

Tints of Deep Cerise #DE2DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

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

R = 51.75%
G = 10.49%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE2DA2 (or 0xDE2DA2) is known color: Deep Cerise. HEX triplet: DE, 2D and A2. RGB value is (222,45,162). Sum of RGB (Red+Green+Blue) = 222+45+162=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2DA2 is #21D25D. Grayscale: #6E6E6E. Windows color (decimal): -2216542 or 10628574. OLE color: 10628574.

HSL color Cylindrical-coordinate representation of color #DE2DA2: hue angle of 320.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2DA2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 162 -
CMYK 0 0.80 0.27 0.13
HSL 320.34º 0.73% 0.52% -
HSV(B) 320.34º 0.8% 0.87% -
XYZ 37.58 20.02 36.06 -
YUV 111.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 222 45 162 0 0.80 0.27 0.13 320.34 0.73 0.52
Hex DE 2D A2 0 50 1B D 140 49 34
Octal 336 55 242 0 120 33 15 500 111 64
Binary 11011110 101101 10100010 0 1010000 11011 1101 101000000 1001001 110100

Color Harmonies of #DE2DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2DA2

Black with #DE2DA2

Text Example


Text Example

White with #DE2DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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