#D084AD

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

Shades of Kobi #D084AD

Tints of Kobi #D084AD

Color information

#D084AD (or 0xD084AD) is unknown color: approx Kobi. HEX triplet: D0, 84 and AD. RGB value is (208,132,173). Sum of RGB (Red+Green+Blue) = 208+132+173=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D084AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084AD is #2F7B52. Grayscale: #9F9F9F. Windows color (decimal): -3111763 or 11371728. OLE color: 11371728.

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

Color convert

RGB208132173-
CMYK00.370.170.18
HSL327.63º44.71%66.67%-
HSV(B)327.63º36.54%81.57%-
XYZ41.8132.9343.69-
YUV159.4135.68162.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=40.55%
G=25.73%
B=33.72%

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
Decimal20813217300.370.170.18327.6344.7166.67
HexD084AD02511121482d43
Octal320204255045212251055103
Binary110100001000010010101101010010110001100101010010001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084AD; }

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

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

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

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

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

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

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

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