#D19DAD

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

Shades of Kobi #D19DAD

Tints of Kobi #D19DAD

Color information

#D19DAD (or 0xD19DAD) is unknown color: approx Kobi. HEX triplet: D1, 9D and AD. RGB value is (209,157,173). Sum of RGB (Red+Green+Blue) = 209+157+173=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DAD is #2E6252. Grayscale: #AEAEAE. Windows color (decimal): -3039827 or 11378129. OLE color: 11378129.

HSL color Cylindrical-coordinate representation of color #D19DAD: hue angle of 341.54º degrees, saturation: 0.36, 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 #D19DAD is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209157173-
CMYK00.250.170.18
HSL341.54º36.11%71.76%-
HSV(B)341.54º24.88%81.96%-
XYZ45.8940.6944.97-
YUV174.37127.23152.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=38.78%
G=29.13%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915717300.250.170.18341.5436.1171.76
HexD19DAD01911121562448
Octal321235255031212252644110
Binary11010001100111011010110101100110001100101010101101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DAD; }

 p { color: rgb(209,157,173); }

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

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

 a { background-color: rgb(209,157,173); }

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

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

 span { border-color: rgb(209,157,173); }

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