#D29DB1

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

Shades of Kobi #D29DB1

Tints of Kobi #D29DB1

Color information

#D29DB1 (or 0xD29DB1) is unknown color: approx Kobi. HEX triplet: D2, 9D and B1. RGB value is (210,157,177). Sum of RGB (Red+Green+Blue) = 210+157+177=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DB1 is #2D624E. Grayscale: #AFAFAF. Windows color (decimal): -2974287 or 11640274. OLE color: 11640274.

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

Color convert

RGB210157177-
CMYK00.250.160.18
HSL337.36º37.06%71.96%-
HSV(B)337.36º25.24%82.35%-
XYZ46.5740.9947.05-
YUV175.13129.06152.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=38.60%
G=28.86%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015717700.250.160.18337.3637.0671.96
HexD29DB101910121512548
Octal322235261031202252145110
Binary11010010100111011011000101100110000100101010100011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DB1; }

 p { color: rgb(210,157,177); }

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

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

 a { background-color: rgb(210,157,177); }

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

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

 span { border-color: rgb(210,157,177); }

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