Html Css Color HEX #DE4091 Deep Cerise

📋 copy color: '#DE4091'

red 222 ◦ green 64 ◦ blue 145

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

Shades of Deep Cerise #DE4091

Tints of Deep Cerise #DE4091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 51.51%
G = 14.85%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE4091 (or 0xDE4091) is known color: Deep Cerise. HEX triplet: DE, 40 and 91. RGB value is (222,64,145). Sum of RGB (Red+Green+Blue) = 222+64+145=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4091 is #21BF6E. Grayscale: #787878. Windows color (decimal): -2211695 or 9519326. OLE color: 9519326.

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

Color convert

RGB 222 64 145 -
CMYK 0 0.71 0.35 0.13
HSL 329.24º 0.71% 0.56% -
HSV(B) 329.24º 0.71% 0.87% -
XYZ 37.07 21.24 28.93 -
YUV 120.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 222 64 145 0 0.71 0.35 0.13 329.24 0.71 0.56
Hex DE 40 91 0 47 23 D 149 47 38
Octal 336 100 221 0 107 43 15 511 107 70
Binary 11011110 1000000 10010001 0 1000111 100011 1101 101001001 1000111 111000

Color Harmonies of #DE4091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4091

Black with #DE4091

Text Example


Text Example

White with #DE4091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4091; }

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

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

background-color css

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

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

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

border-color css

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

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

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