#D99BB2

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

Shades of Kobi #D99BB2

Tints of Kobi #D99BB2

Color information

#D99BB2 (or 0xD99BB2) is unknown color: approx Kobi. HEX triplet: D9, 9B and B2. RGB value is (217,155,178). Sum of RGB (Red+Green+Blue) = 217+155+178=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BB2 is #26644D. Grayscale: #B0B0B0. Windows color (decimal): -2516046 or 11705305. OLE color: 11705305.

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

Color convert

RGB217155178-
CMYK00.290.180.15
HSL337.74º44.93%72.94%-
HSV(B)337.74º28.57%85.1%-
XYZ48.3741.4147.56-
YUV176.16129.04157.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=39.45%
G=28.18%
B=32.36%

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
Decimal21715517800.290.180.15337.7444.9372.94
HexD99BB201D12F1522d49
Octal331233262035221752255111
Binary1101100110011011101100100111011001011111010100101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BB2; }

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

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

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

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

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

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

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

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