#D99BB1

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

Shades of Kobi #D99BB1

Tints of Kobi #D99BB1

Color information

#D99BB1 (or 0xD99BB1) is unknown color: approx Kobi. HEX triplet: D9, 9B and B1. RGB value is (217,155,177). Sum of RGB (Red+Green+Blue) = 217+155+177=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BB1 is #26644E. Grayscale: #B0B0B0. Windows color (decimal): -2516047 or 11639769. OLE color: 11639769.

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

Color convert

RGB217155177-
CMYK00.290.180.15
HSL338.71º44.93%72.94%-
HSV(B)338.71º28.57%85.1%-
XYZ48.2741.3747.04-
YUV176.05128.54157.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 177 (69.53% from 255) = 32.24%
R=39.53%
G=28.23%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715517700.290.180.15338.7144.9372.94
HexD99BB101D12F1532d49
Octal331233261035221752355111
Binary1101100110011011101100010111011001011111010100111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BB1; }

 p { color: rgb(217,155,177); }

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

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

 a { background-color: rgb(217,155,177); }

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

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

 span { border-color: rgb(217,155,177); }

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