#D88FB4

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

Shades of Kobi #D88FB4

Tints of Kobi #D88FB4

Color information

#D88FB4 (or 0xD88FB4) is unknown color: approx Kobi. HEX triplet: D8, 8F and B4. RGB value is (216,143,180). Sum of RGB (Red+Green+Blue) = 216+143+180=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FB4 is #27704B. Grayscale: #A8A8A8. Windows color (decimal): -2584652 or 11833304. OLE color: 11833304.

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

Color convert

RGB216143180-
CMYK00.340.170.15
HSL329.59º48.34%70.39%-
HSV(B)329.59º33.8%84.71%-
XYZ46.3837.5447.98-
YUV169.04134.18161.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=40.07%
G=26.53%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614318000.340.170.15329.5948.3470.39
HexD88FB402211F14a3046
Octal330217264042211751260106
Binary11011000100011111011010001000101000111111010010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FB4; }

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

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

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

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

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

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

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

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