#D18DA9

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

Shades of Kobi #D18DA9

Tints of Kobi #D18DA9

Color information

#D18DA9 (or 0xD18DA9) is unknown color: approx Kobi. HEX triplet: D1, 8D and A9. RGB value is (209,141,169). Sum of RGB (Red+Green+Blue) = 209+141+169=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DA9 is #2E7256. Grayscale: #A4A4A4. Windows color (decimal): -3043927 or 11111889. OLE color: 11111889.

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

Color convert

RGB209141169-
CMYK00.330.190.18
HSL335.29º42.5%68.63%-
HSV(B)335.29º32.54%81.96%-
XYZ42.9835.4742.12-
YUV164.52130.53159.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=40.27%
G=27.17%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914116900.330.190.18335.2942.568.63
HexD18DA9021131214f2a45
Octal321215251041232251752105
Binary110100011000110110101001010000110011100101010011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DA9; }

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

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

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

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

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

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

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

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