#D181AD

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

Shades of Kobi #D181AD

Tints of Kobi #D181AD

Color information

#D181AD (or 0xD181AD) is unknown color: approx Kobi. HEX triplet: D1, 81 and AD. RGB value is (209,129,173). Sum of RGB (Red+Green+Blue) = 209+129+173=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D181AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D181AD is #2E7E52. Grayscale: #9D9D9D. Windows color (decimal): -3046995 or 11370961. OLE color: 11370961.

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

Color convert

RGB209129173-
CMYK00.380.170.18
HSL327º46.51%66.27%-
HSV(B)327º38.28%81.96%-
XYZ41.6932.2743.57-
YUV157.94136.5164.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=40.90%
G=25.24%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912917300.380.170.1832746.5166.27
HexD181AD02611121472f42
Octal321201255046212250757102
Binary110100011000000110101101010011010001100101010001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181AD; }

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

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

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

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

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

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

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

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