#D188AD

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

Shades of Kobi #D188AD

Tints of Kobi #D188AD

Color information

#D188AD (or 0xD188AD) is unknown color: approx Kobi. HEX triplet: D1, 88 and AD. RGB value is (209,136,173). Sum of RGB (Red+Green+Blue) = 209+136+173=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D188AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D188AD is #2E7752. Grayscale: #A1A1A1. Windows color (decimal): -3045203 or 11372753. OLE color: 11372753.

HSL color Cylindrical-coordinate representation of color #D188AD: hue angle of 329.59º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D188AD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209136173-
CMYK00.350.170.18
HSL329.59º44.24%67.65%-
HSV(B)329.59º34.93%81.96%-
XYZ42.6434.1843.89-
YUV162.04134.18161.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=40.35%
G=26.25%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913617300.350.170.18329.5944.2467.65
HexD188AD023111214a2c44
Octal321210255043212251254104
Binary110100011000100010101101010001110001100101010010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188AD; }

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

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

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

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

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

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

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

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