#D081AB

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

Shades of Kobi #D081AB

Tints of Kobi #D081AB

Color information

#D081AB (or 0xD081AB) is unknown color: approx Kobi. HEX triplet: D0, 81 and AB. RGB value is (208,129,171). Sum of RGB (Red+Green+Blue) = 208+129+171=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D081AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081AB is #2F7E54. Grayscale: #9D9D9D. Windows color (decimal): -3112533 or 11239888. OLE color: 11239888.

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

Color convert

RGB208129171-
CMYK00.380.180.18
HSL328.1º45.66%66.08%-
HSV(B)328.1º37.98%81.57%-
XYZ41.2132.0542.54-
YUV157.41135.67164.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=40.94%
G=25.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812917100.380.180.18328.145.6666.08
HexD081AB02612121482e42
Octal320201253046222251056102
Binary110100001000000110101011010011010010100101010010001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081AB; }

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

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

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

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

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

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

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

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