#D07282

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

Shades of Charm #D07282

Tints of Charm #D07282

Color information

#D07282 (or 0xD07282) is unknown color: approx Charm. HEX triplet: D0, 72 and 82. RGB value is (208,114,130). Sum of RGB (Red+Green+Blue) = 208+114+130=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07282 is #2F8D7D. Grayscale: #8F8F8F. Windows color (decimal): -3116414 or 8549072. OLE color: 8549072.

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

Color convert

RGB208114130-
CMYK00.450.380.18
HSL349.79º50%63.14%-
HSV(B)349.79º45.19%81.57%-
XYZ36.0627.0624.44-
YUV143.93120.14173.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=46.02%
G=25.22%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811413000.450.380.18349.795063.14
HexD0728202D261215e323f
Octal32016220205546225366277
Binary11010000111001010000010010110110011010010101011110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07282; }

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

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

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

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

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

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

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

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