Html Css Color HEX #DE4096 Deep Cerise

📋 copy color: '#DE4096'

red 222 ◦ green 64 ◦ blue 150

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

Shades of Deep Cerise #DE4096

Tints of Deep Cerise #DE4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.68%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 50.92%
G = 14.68%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE4096 (or 0xDE4096) is known color: Deep Cerise. HEX triplet: DE, 40 and 96. RGB value is (222,64,150). Sum of RGB (Red+Green+Blue) = 222+64+150=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4096 is #21BF69. Grayscale: #787878. Windows color (decimal): -2211690 or 9847006. OLE color: 9847006.

HSL color Cylindrical-coordinate representation of color #DE4096: hue angle of 327.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4096 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 64 150 -
CMYK 0 0.71 0.32 0.13
HSL 327.34º 0.71% 0.56% -
HSV(B) 327.34º 0.71% 0.87% -
XYZ 37.46 21.4 31.01 -
YUV 121.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 222 64 150 0 0.71 0.32 0.13 327.34 0.71 0.56
Hex DE 40 96 0 47 20 D 147 47 38
Octal 336 100 226 0 107 40 15 507 107 70
Binary 11011110 1000000 10010110 0 1000111 100000 1101 101000111 1000111 111000

Color Harmonies of #DE4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4096

Black with #DE4096

Text Example


Text Example

White with #DE4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4096; }

 p { color: rgb(222,64,150); }

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

background-color css

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

 a { background-color: rgb(222,64,150); }

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

border-color css

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

 span { border-color: rgb(222,64,150); }

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