#D181AE

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

Shades of Kobi #D181AE

Tints of Kobi #D181AE

Color information

#D181AE (or 0xD181AE) is unknown color: approx Kobi. HEX triplet: D1, 81 and AE. RGB value is (209,129,174). Sum of RGB (Red+Green+Blue) = 209+129+174=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D181AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D181AE is #2E7E51. Grayscale: #9D9D9D. Windows color (decimal): -3046994 or 11436497. OLE color: 11436497.

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

Color convert

RGB209129174-
CMYK00.380.170.18
HSL326.25º46.51%66.27%-
HSV(B)326.25º38.28%81.96%-
XYZ41.7832.3144.08-
YUV158.05137164.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=40.82%
G=25.20%
B=33.98%

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
Decimal20912917400.380.170.18326.2546.5166.27
HexD181AE02611121462f42
Octal321201256046212250657102
Binary110100011000000110101110010011010001100101010001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181AE; }

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

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

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

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

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

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

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

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