#D085AC

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

Shades of Kobi #D085AC

Tints of Kobi #D085AC

Color information

#D085AC (or 0xD085AC) is unknown color: approx Kobi. HEX triplet: D0, 85 and AC. RGB value is (208,133,172). Sum of RGB (Red+Green+Blue) = 208+133+172=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D085AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085AC is #2F7A53. Grayscale: #9F9F9F. Windows color (decimal): -3111508 or 11306448. OLE color: 11306448.

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

Color convert

RGB208133172-
CMYK00.360.170.18
HSL328.8º44.38%66.86%-
HSV(B)328.8º36.06%81.57%-
XYZ41.8533.1643.23-
YUV159.87134.85162.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=40.55%
G=25.93%
B=33.53%

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
Decimal20813317200.360.170.18328.844.3866.86
HexD085AC02411121492c43
Octal320205254044212251154103
Binary110100001000010110101100010010010001100101010010011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085AC; }

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

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

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

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

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

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

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

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