#D28DA9

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

Shades of Kobi #D28DA9

Tints of Kobi #D28DA9

Color information

#D28DA9 (or 0xD28DA9) is unknown color: approx Kobi. HEX triplet: D2, 8D and A9. RGB value is (210,141,169). Sum of RGB (Red+Green+Blue) = 210+141+169=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DA9 is #2D7256. Grayscale: #A4A4A4. Windows color (decimal): -2978391 or 11111890. OLE color: 11111890.

HSL color Cylindrical-coordinate representation of color #D28DA9: hue angle of 335.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DA9 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210141169-
CMYK00.330.200.18
HSL335.65º43.4%68.82%-
HSV(B)335.65º32.86%82.35%-
XYZ43.2635.6242.13-
YUV164.82130.36160.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=40.38%
G=27.12%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014116900.330.200.18335.6543.468.82
HexD28DA902114121502b45
Octal322215251041242252053105
Binary110100101000110110101001010000110100100101010100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DA9; }

 p { color: rgb(210,141,169); }

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

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

 a { background-color: rgb(210,141,169); }

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

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

 span { border-color: rgb(210,141,169); }

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