#D07083

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

Shades of Charm #D07083

Tints of Charm #D07083

Color information

#D07083 (or 0xD07083) is unknown color: approx Charm. HEX triplet: D0, 70 and 83. RGB value is (208,112,131). Sum of RGB (Red+Green+Blue) = 208+112+131=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D07083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07083 is #2F8F7C. Grayscale: #8E8E8E. Windows color (decimal): -3116925 or 8614096. OLE color: 8614096.

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

Color convert

RGB208112131-
CMYK00.460.370.18
HSL348.12º50.53%62.75%-
HSV(B)348.12º46.15%81.57%-
XYZ35.926.6424.72-
YUV142.87121.3174.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=46.12%
G=24.83%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811213100.460.370.18348.1250.5362.75
HexD0708302E251215c333f
Octal32016020305645225346377
Binary11010000111000010000011010111010010110010101011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07083; }

 p { color: rgb(208,112,131); }

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

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

 a { background-color: rgb(208,112,131); }

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

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

 span { border-color: rgb(208,112,131); }

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