#D07D93

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

Shades of Charm #D07D93

Tints of Charm #D07D93

Color information

#D07D93 (or 0xD07D93) is unknown color: approx Charm. HEX triplet: D0, 7D and 93. RGB value is (208,125,147). Sum of RGB (Red+Green+Blue) = 208+125+147=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D93 is #2F826C. Grayscale: #989898. Windows color (decimal): -3113581 or 9666000. OLE color: 9666000.

HSL color Cylindrical-coordinate representation of color #D07D93: hue angle of 344.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07D93 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208125147-
CMYK00.400.290.18
HSL344.1º46.89%65.29%-
HSV(B)344.1º39.9%81.57%-
XYZ38.6130.1831.39-
YUV152.33125167.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=43.33%
G=26.04%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812514700.400.290.18344.146.8965.29
HexD07D930281D121582f41
Octal320175223050352253057101
Binary11010000111110110010011010100011101100101010110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D93; }

 p { color: rgb(208,125,147); }

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

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

 a { background-color: rgb(208,125,147); }

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

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

 span { border-color: rgb(208,125,147); }

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