#D07586

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

Shades of Charm #D07586

Tints of Charm #D07586

Color information

#D07586 (or 0xD07586) is unknown color: approx Charm. HEX triplet: D0, 75 and 86. RGB value is (208,117,134). Sum of RGB (Red+Green+Blue) = 208+117+134=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07586 is #2F8A79. Grayscale: #929292. Windows color (decimal): -3115642 or 8811984. OLE color: 8811984.

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

Color convert

RGB208117134-
CMYK00.440.360.18
HSL348.79º49.19%63.73%-
HSV(B)348.79º43.75%81.57%-
XYZ36.6827.8526-
YUV146.15121.15172.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=45.32%
G=25.49%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811713400.440.360.18348.7949.1963.73
HexD0758602C241215d3140
Octal320165206054442253561100
Binary110100001110101100001100101100100100100101010111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07586; }

 p { color: rgb(208,117,134); }

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

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

 a { background-color: rgb(208,117,134); }

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

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

 span { border-color: rgb(208,117,134); }

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