#D084AC

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

Shades of Kobi #D084AC

Tints of Kobi #D084AC

Color information

#D084AC (or 0xD084AC) is unknown color: approx Kobi. HEX triplet: D0, 84 and AC. RGB value is (208,132,172). Sum of RGB (Red+Green+Blue) = 208+132+172=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D084AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084AC is #2F7B53. Grayscale: #9F9F9F. Windows color (decimal): -3111764 or 11306192. OLE color: 11306192.

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

Color convert

RGB208132172-
CMYK00.370.170.18
HSL328.42º44.71%66.67%-
HSV(B)328.42º36.54%81.57%-
XYZ41.7132.8943.18-
YUV159.28135.18162.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=40.62%
G=25.78%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813217200.370.170.18328.4244.7166.67
HexD084AC02511121482d43
Octal320204254045212251055103
Binary110100001000010010101100010010110001100101010010001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084AC; }

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

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

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

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

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

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

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

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