#DE4B8F

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

Shades of Dark Pink #DE4B8F

Tints of Dark Pink #DE4B8F

Color information

#DE4B8F (or 0xDE4B8F) is unknown color: approx Dark Pink. HEX triplet: DE, 4B and 8F. RGB value is (222,75,143). Sum of RGB (Red+Green+Blue) = 222+75+143=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4B8F is #21B470. Grayscale: #7E7E7E. Windows color (decimal): -2208881 or 9391070. OLE color: 9391070.

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

Color convert

RGB22275143-
CMYK00.660.360.13
HSL332.24º69.01%58.24%-
HSV(B)332.24º66.22%87.06%-
XYZ37.622.5428.36-
YUV126.7137.2195.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=50.45%
G=17.05%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227514300.660.360.13332.2469.0158.24
HexDE4B8F04224D14c453a
Octal3361132170102441551410572
Binary110111101001011100011110100001010010011011010011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B8F; }

 p { color: rgb(222,75,143); }

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

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

 a { background-color: rgb(222,75,143); }

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

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

 span { border-color: rgb(222,75,143); }

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