#D88FA9

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

Shades of Kobi #D88FA9

Tints of Kobi #D88FA9

Color information

#D88FA9 (or 0xD88FA9) is unknown color: approx Kobi. HEX triplet: D8, 8F and A9. RGB value is (216,143,169). Sum of RGB (Red+Green+Blue) = 216+143+169=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FA9 is #277056. Grayscale: #A7A7A7. Windows color (decimal): -2584663 or 11112408. OLE color: 11112408.

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

Color convert

RGB216143169-
CMYK00.340.220.15
HSL338.63º48.34%70.39%-
HSV(B)338.63º33.8%84.71%-
XYZ45.337.1142.31-
YUV167.79128.68162.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=40.91%
G=27.08%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614316900.340.220.15338.6348.3470.39
HexD88FA902216F1533046
Octal330217251042261752360106
Binary11011000100011111010100101000101011011111010100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FA9; }

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

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

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

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

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

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

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

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