Html Css Color HEX #DE24A0 Deep Cerise

📋 copy color: '#DE24A0'

red 222 ◦ green 36 ◦ blue 160

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

Shades of Deep Cerise #DE24A0

Tints of Deep Cerise #DE24A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.61%

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

R = 53.11%
G = 8.61%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE24A0 (or 0xDE24A0) is known color: Deep Cerise. HEX triplet: DE, 24 and A0. RGB value is (222,36,160). Sum of RGB (Red+Green+Blue) = 222+36+160=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE24A0 is #21DB5F. Grayscale: #696969. Windows color (decimal): -2218848 or 10495198. OLE color: 10495198.

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

Color convert

RGB 222 36 160 -
CMYK 0 0.84 0.28 0.13
HSL 320º 0.74% 0.51% -
HSV(B) 320º 0.84% 0.87% -
XYZ 37.1 19.33 35.03 -
YUV 105.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 222 36 160 0 0.84 0.28 0.13 320 0.74 0.51
Hex DE 24 A0 0 54 1C D 140 4A 33
Octal 336 44 240 0 124 34 15 500 112 63
Binary 11011110 100100 10100000 0 1010100 11100 1101 101000000 1001010 110011

Color Harmonies of #DE24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24A0

Black with #DE24A0

Text Example


Text Example

White with #DE24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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