#D88DA9

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

Shades of Kobi #D88DA9

Tints of Kobi #D88DA9

Color information

#D88DA9 (or 0xD88DA9) is unknown color: approx Kobi. HEX triplet: D8, 8D and A9. RGB value is (216,141,169). Sum of RGB (Red+Green+Blue) = 216+141+169=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DA9 is #277256. Grayscale: #A6A6A6. Windows color (decimal): -2585175 or 11111896. OLE color: 11111896.

HSL color Cylindrical-coordinate representation of color #D88DA9: hue angle of 337.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DA9 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216141169-
CMYK00.350.220.15
HSL337.6º49.02%70%-
HSV(B)337.6º34.72%84.71%-
XYZ45.0136.5142.21-
YUV166.62129.35163.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=41.06%
G=26.81%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614116900.350.220.15337.649.0270
HexD88DA902316F1523146
Octal330215251043261752261106
Binary11011000100011011010100101000111011011111010100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DA9; }

 p { color: rgb(216,141,169); }

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

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

 a { background-color: rgb(216,141,169); }

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

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

 span { border-color: rgb(216,141,169); }

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