#D07782

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

Shades of Charm #D07782

Tints of Charm #D07782

Color information

#D07782 (or 0xD07782) is unknown color: approx Charm. HEX triplet: D0, 77 and 82. RGB value is (208,119,130). Sum of RGB (Red+Green+Blue) = 208+119+130=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07782 is #2F887D. Grayscale: #929292. Windows color (decimal): -3115134 or 8550352. OLE color: 8550352.

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

Color convert

RGB208119130-
CMYK00.430.380.18
HSL352.58º48.63%64.12%-
HSV(B)352.58º42.79%81.57%-
XYZ36.6428.2224.63-
YUV146.86118.49171.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=45.51%
G=26.04%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811913000.430.380.18352.5848.6364.12
HexD0778202B26121613140
Octal320167202053462254161100
Binary110100001110111100000100101011100110100101011000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07782; }

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

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

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

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

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

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

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

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