#D0728D

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

Shades of Charm #D0728D

Tints of Charm #D0728D

Color information

#D0728D (or 0xD0728D) is unknown color: approx Charm. HEX triplet: D0, 72 and 8D. RGB value is (208,114,141). Sum of RGB (Red+Green+Blue) = 208+114+141=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0728D is #2F8D72. Grayscale: #919191. Windows color (decimal): -3116403 or 9269968. OLE color: 9269968.

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

Color convert

RGB208114141-
CMYK00.450.320.18
HSL342.77º50%63.14%-
HSV(B)342.77º45.19%81.57%-
XYZ36.8427.3728.54-
YUV145.18125.64172.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=44.92%
G=24.62%
B=30.45%

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
Decimal20811414100.450.320.18342.775063.14
HexD0728D02D2012157323f
Octal32016221505540225276277
Binary11010000111001010001101010110110000010010101010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0728D; }

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

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

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

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

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

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

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

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