#DE4E92

Color #DE4E92 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DE4E92

Tints of Dark Pink #DE4E92

Color information

#DE4E92 (or 0xDE4E92) is unknown color: approx Dark Pink. HEX triplet: DE, 4E and 92. RGB value is (222,78,146). Sum of RGB (Red+Green+Blue) = 222+78+146=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4E92 is #21B16D. Grayscale: #808080. Windows color (decimal): -2208110 or 9588446. OLE color: 9588446.

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

Color convert

RGB22278146-
CMYK00.650.340.13
HSL331.67º68.57%58.82%-
HSV(B)331.67º64.86%87.06%-
XYZ38.0423.0529.64-
YUV128.81137.71194.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=49.78%
G=17.49%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227814600.650.340.13331.6768.5758.82
HexDE4E9204122D14c453b
Octal3361162220101421551410573
Binary110111101001110100100100100000110001011011010011001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E92; }

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

 H1.HeaderClassName
 {
   color: #DE4E92;
 }
 .AnyTagClassName
 {
   color: #DE4E92;
 }
</style>
background-color css

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

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

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

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

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

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