#D0758A

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

Shades of Charm #D0758A

Tints of Charm #D0758A

Color information

#D0758A (or 0xD0758A) is unknown color: approx Charm. HEX triplet: D0, 75 and 8A. RGB value is (208,117,138). Sum of RGB (Red+Green+Blue) = 208+117+138=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758A is #2F8A75. Grayscale: #929292. Windows color (decimal): -3115638 or 9074128. OLE color: 9074128.

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

Color convert

RGB208117138-
CMYK00.440.340.18
HSL346.15º49.19%63.73%-
HSV(B)346.15º43.75%81.57%-
XYZ36.9627.9727.49-
YUV146.6123.15171.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=44.92%
G=25.27%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811713800.440.340.18346.1549.1963.73
HexD0758A02C221215a3140
Octal320165212054422253261100
Binary110100001110101100010100101100100010100101010110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0758A; }

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

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

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

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

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

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

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

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