#D07982

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

Shades of Charm #D07982

Tints of Charm #D07982

Color information

#D07982 (or 0xD07982) is unknown color: approx Charm. HEX triplet: D0, 79 and 82. RGB value is (208,121,130). Sum of RGB (Red+Green+Blue) = 208+121+130=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07982 is #2F867D. Grayscale: #949494. Windows color (decimal): -3114622 or 8550864. OLE color: 8550864.

HSL color Cylindrical-coordinate representation of color #D07982: hue angle of 353.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07982 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208121130-
CMYK00.420.380.18
HSL353.79º48.07%64.51%-
HSV(B)353.79º41.83%81.57%-
XYZ36.8828.724.71-
YUV148.04117.82170.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=45.32%
G=26.36%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812113000.420.380.18353.7948.0764.51
HexD0798202A26121623041
Octal320171202052462254260101
Binary110100001111001100000100101010100110100101011000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07982; }

 p { color: rgb(208,121,130); }

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

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

 a { background-color: rgb(208,121,130); }

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

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

 span { border-color: rgb(208,121,130); }

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