Html Css Color HEX #DE28A0 Deep Cerise

📋 copy color: '#DE28A0'

red 222 ◦ green 40 ◦ blue 160

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

Shades of Deep Cerise #DE28A0

Tints of Deep Cerise #DE28A0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 52.61%
G = 9.48%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE28A0 (or 0xDE28A0) is known color: Deep Cerise. HEX triplet: DE, 28 and A0. RGB value is (222,40,160). Sum of RGB (Red+Green+Blue) = 222+40+160=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28A0 is #21D75F. Grayscale: #6B6B6B. Windows color (decimal): -2217824 or 10496222. OLE color: 10496222.

HSL color Cylindrical-coordinate representation of color #DE28A0: hue angle of 320.44º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE28A0 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 160 -
CMYK 0 0.82 0.28 0.13
HSL 320.44º 0.73% 0.51% -
HSV(B) 320.44º 0.82% 0.87% -
XYZ 37.23 19.59 35.08 -
YUV 108.1 157.3 209.24 -
System Red Green Blue C M Y K H S L
Decimal 222 40 160 0 0.82 0.28 0.13 320.44 0.73 0.51
Hex DE 28 A0 0 52 1C D 140 49 33
Octal 336 50 240 0 122 34 15 500 111 63
Binary 11011110 101000 10100000 0 1010010 11100 1101 101000000 1001001 110011

Color Harmonies of #DE28A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28A0

Black with #DE28A0

Text Example


Text Example

White with #DE28A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28A0; }

 p { color: rgb(222,40,160); }

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

background-color css

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

 a { background-color: rgb(222,40,160); }

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

border-color css

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

 span { border-color: rgb(222,40,160); }

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