#D88FB0

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

Shades of Kobi #D88FB0

Tints of Kobi #D88FB0

Color information

#D88FB0 (or 0xD88FB0) is unknown color: approx Kobi. HEX triplet: D8, 8F and B0. RGB value is (216,143,176). Sum of RGB (Red+Green+Blue) = 216+143+176=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FB0 is #27704F. Grayscale: #A8A8A8. Windows color (decimal): -2584656 or 11571160. OLE color: 11571160.

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

Color convert

RGB216143176-
CMYK00.340.190.15
HSL332.88º48.34%70.39%-
HSV(B)332.88º33.8%84.71%-
XYZ45.9837.3845.87-
YUV168.59132.18161.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=40.37%
G=26.73%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614317600.340.190.15332.8848.3470.39
HexD88FB002213F14d3046
Octal330217260042231751560106
Binary11011000100011111011000001000101001111111010011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FB0; }

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

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

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

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

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

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

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

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