#D6588C

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

Shades of Dark Pink #D6588C

Tints of Dark Pink #D6588C

Color information

#D6588C (or 0xD6588C) is unknown color: approx Dark Pink. HEX triplet: D6, 58 and 8C. RGB value is (214,88,140). Sum of RGB (Red+Green+Blue) = 214+88+140=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6588C is #29A773. Grayscale: #838383. Windows color (decimal): -2729844 or 9197782. OLE color: 9197782.

HSL color Cylindrical-coordinate representation of color #D6588C: hue angle of 335.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6588C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21488140-
CMYK00.590.350.16
HSL335.24º60.58%59.22%-
HSV(B)335.24º58.88%83.92%-
XYZ35.9523.1727.39-
YUV131.6132.74186.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=48.42%
G=19.91%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148814000.590.350.16335.2460.5859.22
HexD6588C03B231014f3d3b
Octal32613021407343205177573
Binary11010110101100010001100011101110001110000101001111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6588C; }

 p { color: rgb(214,88,140); }

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

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

 a { background-color: rgb(214,88,140); }

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

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

 span { border-color: rgb(214,88,140); }

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