#D29BB3

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

Shades of Kobi #D29BB3

Tints of Kobi #D29BB3

Color information

#D29BB3 (or 0xD29BB3) is unknown color: approx Kobi. HEX triplet: D2, 9B and B3. RGB value is (210,155,179). Sum of RGB (Red+Green+Blue) = 210+155+179=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BB3 is #2D644C. Grayscale: #AEAEAE. Windows color (decimal): -2974797 or 11770834. OLE color: 11770834.

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

Color convert

RGB210155179-
CMYK00.260.150.18
HSL333.82º37.93%71.57%-
HSV(B)333.82º26.19%82.35%-
XYZ46.4440.448-
YUV174.18130.72153.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=38.60%
G=28.49%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015517900.260.150.18333.8237.9371.57
HexD29BB301AF1214e2648
Octal322233263032172251646110
Binary1101001010011011101100110110101111100101010011101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BB3; }

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

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

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

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

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

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

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

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