#D88AB1

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

Shades of Kobi #D88AB1

Tints of Kobi #D88AB1

Color information

#D88AB1 (or 0xD88AB1) is unknown color: approx Kobi. HEX triplet: D8, 8A and B1. RGB value is (216,138,177). Sum of RGB (Red+Green+Blue) = 216+138+177=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AB1 is #27754E. Grayscale: #A5A5A5. Windows color (decimal): -2585935 or 11635416. OLE color: 11635416.

HSL color Cylindrical-coordinate representation of color #D88AB1: hue angle of 330º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AB1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216138177-
CMYK00.360.180.15
HSL330º50%69.41%-
HSV(B)330º36.11%84.71%-
XYZ45.3435.9546.14-
YUV165.77134.34163.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=40.68%
G=25.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613817700.360.180.153305069.41
HexD88AB102412F14a3245
Octal330212261044221751262105
Binary11011000100010101011000101001001001011111010010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AB1; }

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

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

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

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

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

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

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

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