#D0707F

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

Shades of Charm #D0707F

Tints of Charm #D0707F

Color information

#D0707F (or 0xD0707F) is unknown color: approx Charm. HEX triplet: D0, 70 and 7F. RGB value is (208,112,127). Sum of RGB (Red+Green+Blue) = 208+112+127=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0707F is #2F8F80. Grayscale: #8E8E8E. Windows color (decimal): -3116929 or 8351952. OLE color: 8351952.

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

Color convert

RGB208112127-
CMYK00.460.390.18
HSL350.62º50.53%62.75%-
HSV(B)350.62º46.15%81.57%-
XYZ35.6426.5323.32-
YUV142.41119.3174.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 127 (50% from 255) = 28.41%
R=46.53%
G=25.06%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811212700.460.390.18350.6250.5362.75
HexD0707F02E271215f333f
Octal32016017705647225376377
Binary1101000011100001111111010111010011110010101011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0707F; }

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

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

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

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

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

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

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

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