#D081AE

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

Shades of Kobi #D081AE

Tints of Kobi #D081AE

Color information

#D081AE (or 0xD081AE) is unknown color: approx Kobi. HEX triplet: D0, 81 and AE. RGB value is (208,129,174). Sum of RGB (Red+Green+Blue) = 208+129+174=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D081AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081AE is #2F7E51. Grayscale: #9D9D9D. Windows color (decimal): -3112530 or 11436496. OLE color: 11436496.

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

Color convert

RGB208129174-
CMYK00.380.160.18
HSL325.82º45.66%66.08%-
HSV(B)325.82º37.98%81.57%-
XYZ41.532.1744.07-
YUV157.75137.17163.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=40.70%
G=25.24%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812917400.380.160.18325.8245.6666.08
HexD081AE02610121462e42
Octal320201256046202250656102
Binary110100001000000110101110010011010000100101010001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081AE; }

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

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

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

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

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

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

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

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