#D88E7A

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

Shades of My Pink #D88E7A

Tints of My Pink #D88E7A

Color information

#D88E7A (or 0xD88E7A) is unknown color: approx My Pink. HEX triplet: D8, 8E and 7A. RGB value is (216,142,122). Sum of RGB (Red+Green+Blue) = 216+142+122=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E7A is #277185. Grayscale: #A1A1A1. Windows color (decimal): -2584966 or 8031960. OLE color: 8031960.

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

Color convert

RGB216142122-
CMYK00.340.440.15
HSL12.77º54.65%66.27%-
HSV(B)12.77º43.52%84.71%-
XYZ41.535.3523.05-
YUV161.85105.52166.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=45%
G=29.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614212200.340.440.1512.7754.6566.27
HexD88E7A0222CFd3742
Octal33021617204254171567102
Binary110110001000111011110100100010101100111111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88E7A; }

 p { color: rgb(216,142,122); }

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

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

 a { background-color: rgb(216,142,122); }

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

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

 span { border-color: rgb(216,142,122); }

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