#D084AE

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

Shades of Kobi #D084AE

Tints of Kobi #D084AE

Color information

#D084AE (or 0xD084AE) is unknown color: approx Kobi. HEX triplet: D0, 84 and AE. RGB value is (208,132,174). Sum of RGB (Red+Green+Blue) = 208+132+174=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D084AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084AE is #2F7B51. Grayscale: #9F9F9F. Windows color (decimal): -3111762 or 11437264. OLE color: 11437264.

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

Color convert

RGB208132174-
CMYK00.370.160.18
HSL326.84º44.71%66.67%-
HSV(B)326.84º36.54%81.57%-
XYZ41.932.9744.2-
YUV159.51136.18162.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=40.47%
G=25.68%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813217400.370.160.18326.8444.7166.67
HexD084AE02510121472d43
Octal320204256045202250755103
Binary110100001000010010101110010010110000100101010001111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084AE; }

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

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

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

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

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

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

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

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