#d29fb3

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

Shades of Kobi #D29FB3

Tints of Kobi #D29FB3

Color information

#D29FB3 (or 0xD29FB3) is unknown color: approx Kobi. HEX triplet: D2, 9F and B3. RGB value is (210,159,179). Sum of RGB (Red+Green+Blue) = 210+159+179=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FB3 is #2D604C. Grayscale: #B0B0B0. Windows color (decimal): -2973773 or 11771858. OLE color: 11771858.

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

Color convert

RGB210159179-
CMYK00.240.150.18
HSL336.47º36.17%72.35%-
HSV(B)336.47º24.29%82.35%-
XYZ47.1141.7548.22-
YUV176.53129.4151.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=38.32%
G=29.01%
B=32.66%

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
Decimal21015917900.240.150.18336.4736.1772.35
HexD29FB3018F121502448
Octal322237263030172252044110
Binary1101001010011111101100110110001111100101010100001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d29fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d29fb3; }

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

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

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

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

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

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

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

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