#DE5B83

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

Shades of Dark Pink #DE5B83

Tints of Dark Pink #DE5B83

Color information

#DE5B83 (or 0xDE5B83) is unknown color: approx Dark Pink. HEX triplet: DE, 5B and 83. RGB value is (222,91,131). Sum of RGB (Red+Green+Blue) = 222+91+131=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B83 is #21A47C. Grayscale: #868686. Windows color (decimal): -2204797 or 8608734. OLE color: 8608734.

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

Color convert

RGB22291131-
CMYK00.590.410.13
HSL341.68º66.5%61.37%-
HSV(B)341.68º59.01%87.06%-
XYZ37.9624.6524.23-
YUV134.73125.9190.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=50%
G=20.50%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229113100.590.410.13341.6866.561.37
HexDE5B8303B29D156423d
Octal336133203073511552610275
Binary11011110101101110000011011101110100111011010101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5B83; }

 p { color: rgb(222,91,131); }

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

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

 a { background-color: rgb(222,91,131); }

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

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

 span { border-color: rgb(222,91,131); }

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