#D07592

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

Shades of Charm #D07592

Tints of Charm #D07592

Color information

#D07592 (or 0xD07592) is unknown color: approx Charm. HEX triplet: D0, 75 and 92. RGB value is (208,117,146). Sum of RGB (Red+Green+Blue) = 208+117+146=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07592 is #2F8A6D. Grayscale: #939393. Windows color (decimal): -3115630 or 9598416. OLE color: 9598416.

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

Color convert

RGB208117146-
CMYK00.440.300.18
HSL340.88º49.19%63.73%-
HSV(B)340.88º43.75%81.57%-
XYZ37.5628.2130.66-
YUV147.52127.15171.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=44.16%
G=24.84%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811714600.440.300.18340.8849.1963.73
HexD0759202C1E121553140
Octal320165222054362252561100
Binary11010000111010110010010010110011110100101010101011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07592; }

 p { color: rgb(208,117,146); }

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

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

 a { background-color: rgb(208,117,146); }

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

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

 span { border-color: rgb(208,117,146); }

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