#D88FA8

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

Shades of Kobi #D88FA8

Tints of Kobi #D88FA8

Color information

#D88FA8 (or 0xD88FA8) is unknown color: approx Kobi. HEX triplet: D8, 8F and A8. RGB value is (216,143,168). Sum of RGB (Red+Green+Blue) = 216+143+168=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FA8 is #277057. Grayscale: #A7A7A7. Windows color (decimal): -2584664 or 11046872. OLE color: 11046872.

HSL color Cylindrical-coordinate representation of color #D88FA8: hue angle of 339.45º 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 #D88FA8 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216143168-
CMYK00.340.220.15
HSL339.45º48.34%70.39%-
HSV(B)339.45º33.8%84.71%-
XYZ45.2137.0741.82-
YUV167.68128.18162.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=40.99%
G=27.13%
B=31.88%

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
Decimal21614316800.340.220.15339.4548.3470.39
HexD88FA802216F1533046
Octal330217250042261752360106
Binary11011000100011111010100001000101011011111010100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FA8; }

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

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

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

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

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

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

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

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