#D07580

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

Shades of Charm #D07580

Tints of Charm #D07580

Color information

#D07580 (or 0xD07580) is unknown color: approx Charm. HEX triplet: D0, 75 and 80. RGB value is (208,117,128). Sum of RGB (Red+Green+Blue) = 208+117+128=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07580 is #2F8A7F. Grayscale: #919191. Windows color (decimal): -3115648 or 8418768. OLE color: 8418768.

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

Color convert

RGB208117128-
CMYK00.440.380.18
HSL352.75º49.19%63.73%-
HSV(B)352.75º43.75%81.57%-
XYZ36.2727.6923.86-
YUV145.46118.15172.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=45.92%
G=25.83%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811712800.440.380.18352.7549.1963.73
HexD0758002C26121613140
Octal320165200054462254161100
Binary110100001110101100000000101100100110100101011000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07580; }

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

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

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

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

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

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

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

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