#D88880

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

Shades of My Pink #D88880

Tints of My Pink #D88880

Color information

#D88880 (or 0xD88880) is unknown color: approx My Pink. HEX triplet: D8, 88 and 80. RGB value is (216,136,128). Sum of RGB (Red+Green+Blue) = 216+136+128=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88880 is #27777F. Grayscale: #9F9F9F. Windows color (decimal): -2586496 or 8423640. OLE color: 8423640.

HSL color Cylindrical-coordinate representation of color #D88880: hue angle of 5.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88880 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216136128-
CMYK00.370.410.15
HSL5.45º53.01%67.45%-
HSV(B)5.45º40.74%84.71%-
XYZ41.0233.7724.78-
YUV159.01110.5168.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=45%
G=28.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613612800.370.410.155.4553.0167.45
HexD8888002529F53543
Octal3302102000455117565103
Binary110110001000100010000000010010110100111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88880; }

 p { color: rgb(216,136,128); }

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

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

 a { background-color: rgb(216,136,128); }

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

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

 span { border-color: rgb(216,136,128); }

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