#D07382

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

Shades of Charm #D07382

Tints of Charm #D07382

Color information

#D07382 (or 0xD07382) is unknown color: approx Charm. HEX triplet: D0, 73 and 82. RGB value is (208,115,130). Sum of RGB (Red+Green+Blue) = 208+115+130=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07382 is #2F8C7D. Grayscale: #909090. Windows color (decimal): -3116158 or 8549328. OLE color: 8549328.

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

Color convert

RGB208115130-
CMYK00.450.380.18
HSL350.32º49.73%63.33%-
HSV(B)350.32º44.71%81.57%-
XYZ36.1727.2824.48-
YUV144.52119.81173.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=45.92%
G=25.39%
B=28.70%

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
Decimal20811513000.450.380.18350.3249.7363.33
HexD0738202D261215e323f
Octal32016320205546225366277
Binary11010000111001110000010010110110011010010101011110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07382; }

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

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

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

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

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

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

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

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