Html Css Color HEX #DE4992 Deep Cerise

📋 copy color: '#DE4992'

red 222 ◦ green 73 ◦ blue 146

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

Shades of Deep Cerise #DE4992

Tints of Deep Cerise #DE4992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.55%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 50.34%
G = 16.55%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE4992 (or 0xDE4992) is known color: Deep Cerise. HEX triplet: DE, 49 and 92. RGB value is (222,73,146). Sum of RGB (Red+Green+Blue) = 222+73+146=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4992 is #21B66D. Grayscale: #7D7D7D. Windows color (decimal): -2209390 or 9587166. OLE color: 9587166.

HSL color Cylindrical-coordinate representation of color #DE4992: hue angle of 330.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4992 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 73 146 -
CMYK 0 0.67 0.34 0.13
HSL 330.6º 0.69% 0.58% -
HSV(B) 330.6º 0.67% 0.87% -
XYZ 37.7 22.37 29.53 -
YUV 125.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 222 73 146 0 0.67 0.34 0.13 330.6 0.69 0.58
Hex DE 49 92 0 43 22 D 14B 45 3A
Octal 336 111 222 0 103 42 15 513 105 72
Binary 11011110 1001001 10010010 0 1000011 100010 1101 101001011 1000101 111010

Color Harmonies of #DE4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4992

Black with #DE4992

Text Example


Text Example

White with #DE4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4992; }

 p { color: rgb(222,73,146); }

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

background-color css

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

 a { background-color: rgb(222,73,146); }

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

border-color css

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

 span { border-color: rgb(222,73,146); }

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