#D081AD

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

Shades of Kobi #D081AD

Tints of Kobi #D081AD

Color information

#D081AD (or 0xD081AD) is unknown color: approx Kobi. HEX triplet: D0, 81 and AD. RGB value is (208,129,173). Sum of RGB (Red+Green+Blue) = 208+129+173=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D081AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081AD is #2F7E52. Grayscale: #9D9D9D. Windows color (decimal): -3112531 or 11370960. OLE color: 11370960.

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

Color convert

RGB208129173-
CMYK00.380.170.18
HSL326.58º45.66%66.08%-
HSV(B)326.58º37.98%81.57%-
XYZ41.4132.1343.55-
YUV157.64136.67163.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=40.78%
G=25.29%
B=33.92%

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
Decimal20812917300.380.170.18326.5845.6666.08
HexD081AD02611121472e42
Octal320201255046212250756102
Binary110100001000000110101101010011010001100101010001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081AD; }

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

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

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

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

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

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

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

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