#D29FB2

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

Shades of Kobi #D29FB2

Tints of Kobi #D29FB2

Color information

#D29FB2 (or 0xD29FB2) is unknown color: approx Kobi. HEX triplet: D2, 9F and B2. RGB value is (210,159,178). Sum of RGB (Red+Green+Blue) = 210+159+178=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FB2 is #2D604D. Grayscale: #B0B0B0. Windows color (decimal): -2973774 or 11706322. OLE color: 11706322.

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

Color convert

RGB210159178-
CMYK00.240.150.18
HSL337.65º36.17%72.35%-
HSV(B)337.65º24.29%82.35%-
XYZ47.0141.7147.69-
YUV176.42128.9151.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=38.39%
G=29.07%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015917800.240.150.18337.6536.1772.35
HexD29FB2018F121522448
Octal322237262030172252244110
Binary1101001010011111101100100110001111100101010100101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FB2; }

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

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

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

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

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

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

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

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