Html Css Color HEX #DE24A1 Deep Cerise

📋 copy color: '#DE24A1'

red 222 ◦ green 36 ◦ blue 161

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

Shades of Deep Cerise #DE24A1

Tints of Deep Cerise #DE24A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 52.98%
G = 8.59%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE24A1 (or 0xDE24A1) is known color: Deep Cerise. HEX triplet: DE, 24 and A1. RGB value is (222,36,161). Sum of RGB (Red+Green+Blue) = 222+36+161=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE24A1 is #21DB5E. Grayscale: #696969. Windows color (decimal): -2218847 or 10560734. OLE color: 10560734.

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

Color convert

RGB 222 36 161 -
CMYK 0 0.84 0.27 0.13
HSL 319.68º 0.74% 0.51% -
HSV(B) 319.68º 0.84% 0.87% -
XYZ 37.19 19.36 35.5 -
YUV 105.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 222 36 161 0 0.84 0.27 0.13 319.68 0.74 0.51
Hex DE 24 A1 0 54 1B D 140 4A 33
Octal 336 44 241 0 124 33 15 500 112 63
Binary 11011110 100100 10100001 0 1010100 11011 1101 101000000 1001010 110011

Color Harmonies of #DE24A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24A1

Black with #DE24A1

Text Example


Text Example

White with #DE24A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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