#D0728E

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

Shades of Charm #D0728E

Tints of Charm #D0728E

Color information

#D0728E (or 0xD0728E) is unknown color: approx Charm. HEX triplet: D0, 72 and 8E. RGB value is (208,114,142). Sum of RGB (Red+Green+Blue) = 208+114+142=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0728E is #2F8D71. Grayscale: #919191. Windows color (decimal): -3116402 or 9335504. OLE color: 9335504.

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

Color convert

RGB208114142-
CMYK00.450.320.18
HSL342.13º50%63.14%-
HSV(B)342.13º45.19%81.57%-
XYZ36.9127.428.93-
YUV145.3126.14172.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=44.83%
G=24.57%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811414200.450.320.18342.135063.14
HexD0728E02D2012156323f
Octal32016221605540225266277
Binary11010000111001010001110010110110000010010101010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0728E; }

 p { color: rgb(208,114,142); }

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

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

 a { background-color: rgb(208,114,142); }

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

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

 span { border-color: rgb(208,114,142); }

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