#D085AD

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

Shades of Kobi #D085AD

Tints of Kobi #D085AD

Color information

#D085AD (or 0xD085AD) is unknown color: approx Kobi. HEX triplet: D0, 85 and AD. RGB value is (208,133,173). Sum of RGB (Red+Green+Blue) = 208+133+173=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D085AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085AD is #2F7A52. Grayscale: #9F9F9F. Windows color (decimal): -3111507 or 11371984. OLE color: 11371984.

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

Color convert

RGB208133173-
CMYK00.360.170.18
HSL328º44.38%66.86%-
HSV(B)328º36.06%81.57%-
XYZ41.9433.243.73-
YUV159.99135.35162.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=40.47%
G=25.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813317300.360.170.1832844.3866.86
HexD085AD02411121482c43
Octal320205255044212251054103
Binary110100001000010110101101010010010001100101010010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085AD; }

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

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

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

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

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

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

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

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