#D88FB1

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

Shades of Kobi #D88FB1

Tints of Kobi #D88FB1

Color information

#D88FB1 (or 0xD88FB1) is unknown color: approx Kobi. HEX triplet: D8, 8F and B1. RGB value is (216,143,177). Sum of RGB (Red+Green+Blue) = 216+143+177=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FB1 is #27704E. Grayscale: #A8A8A8. Windows color (decimal): -2584655 or 11636696. OLE color: 11636696.

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

Color convert

RGB216143177-
CMYK00.340.180.15
HSL332.05º48.34%70.39%-
HSV(B)332.05º33.8%84.71%-
XYZ46.0837.4246.39-
YUV168.7132.68161.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=40.30%
G=26.68%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614317700.340.180.15332.0548.3470.39
HexD88FB102212F14c3046
Octal330217261042221751460106
Binary11011000100011111011000101000101001011111010011001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FB1; }

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

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

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

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

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

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

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

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