#D09FB2

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

Shades of Kobi #D09FB2

Tints of Kobi #D09FB2

Color information

#D09FB2 (or 0xD09FB2) is unknown color: approx Kobi. HEX triplet: D0, 9F and B2. RGB value is (208,159,178). Sum of RGB (Red+Green+Blue) = 208+159+178=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FB2 is #2F604D. Grayscale: #AFAFAF. Windows color (decimal): -3104846 or 11706320. OLE color: 11706320.

HSL color Cylindrical-coordinate representation of color #D09FB2: hue angle of 336.73º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FB2 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208159178-
CMYK00.240.140.18
HSL336.73º34.27%71.96%-
HSV(B)336.73º23.56%81.57%-
XYZ46.4541.4247.67-
YUV175.82129.23150.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=38.17%
G=29.17%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815917800.240.140.18336.7334.2771.96
HexD09FB2018E121512248
Octal320237262030162252142110
Binary1101000010011111101100100110001110100101010100011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FB2; }

 p { color: rgb(208,159,178); }

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

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

 a { background-color: rgb(208,159,178); }

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

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

 span { border-color: rgb(208,159,178); }

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