Html Css Color HEX #DE2CA2 Deep Cerise

📋 copy color: '#DE2CA2'

red 222 ◦ green 44 ◦ blue 162

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

Shades of Deep Cerise #DE2CA2

Tints of Deep Cerise #DE2CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

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

R = 51.87%
G = 10.28%
B = 37.85%

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

#DE2CA2 (or 0xDE2CA2) is known color: Deep Cerise. HEX triplet: DE, 2C and A2. RGB value is (222,44,162). Sum of RGB (Red+Green+Blue) = 222+44+162=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2CA2 is #21D35D. Grayscale: #6E6E6E. Windows color (decimal): -2216798 or 10628318. OLE color: 10628318.

HSL color Cylindrical-coordinate representation of color #DE2CA2: hue angle of 320.22º 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 #DE2CA2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 162 -
CMYK 0 0.80 0.27 0.13
HSL 320.22º 0.73% 0.52% -
HSV(B) 320.22º 0.8% 0.87% -
XYZ 37.55 19.94 36.05 -
YUV 110.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 222 44 162 0 0.80 0.27 0.13 320.22 0.73 0.52
Hex DE 2C A2 0 50 1B D 140 49 34
Octal 336 54 242 0 120 33 15 500 111 64
Binary 11011110 101100 10100010 0 1010000 11011 1101 101000000 1001001 110100

Color Harmonies of #DE2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2CA2

Black with #DE2CA2

Text Example


Text Example

White with #DE2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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