#D88BA5

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

Shades of Kobi #D88BA5

Tints of Kobi #D88BA5

Color information

#D88BA5 (or 0xD88BA5) is unknown color: approx Kobi. HEX triplet: D8, 8B and A5. RGB value is (216,139,165). Sum of RGB (Red+Green+Blue) = 216+139+165=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88BA5 is #27745A. Grayscale: #A4A4A4. Windows color (decimal): -2585691 or 10849240. OLE color: 10849240.

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

Color convert

RGB216139165-
CMYK00.360.240.15
HSL339.74º49.68%69.61%-
HSV(B)339.74º35.65%84.71%-
XYZ44.3435.7840.17-
YUV164.99128.01164.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=41.54%
G=26.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613916500.360.240.15339.7449.6869.61
HexD88BA502418F1543246
Octal330213245044301752462106
Binary11011000100010111010010101001001100011111010101001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BA5; }

 p { color: rgb(216,139,165); }

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

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

 a { background-color: rgb(216,139,165); }

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

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

 span { border-color: rgb(216,139,165); }

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