#D88F88

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

Shades of My Pink #D88F88

Tints of My Pink #D88F88

Color information

#D88F88 (or 0xD88F88) is unknown color: approx My Pink. HEX triplet: D8, 8F and 88. RGB value is (216,143,136). Sum of RGB (Red+Green+Blue) = 216+143+136=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F88 is #277077. Grayscale: #A4A4A4. Windows color (decimal): -2584696 or 8949720. OLE color: 8949720.

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

Color convert

RGB216143136-
CMYK00.340.370.15
HSL5.25º50.63%69.02%-
HSV(B)5.25º37.04%84.71%-
XYZ42.5936.0228-
YUV164.03112.18165.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=43.64%
G=28.89%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614313600.340.370.155.2550.6369.02
HexD88F8802225F53345
Octal3302172100424517563105
Binary110110001000111110001000010001010010111111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F88; }

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

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

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

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

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

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

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

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