#D0737D

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

Shades of Charm #D0737D

Tints of Charm #D0737D

Color information

#D0737D (or 0xD0737D) is unknown color: approx Charm. HEX triplet: D0, 73 and 7D. RGB value is (208,115,125). Sum of RGB (Red+Green+Blue) = 208+115+125=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737D is #2F8C82. Grayscale: #909090. Windows color (decimal): -3116163 or 8221648. OLE color: 8221648.

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

Color convert

RGB208115125-
CMYK00.450.400.18
HSL353.55º49.73%63.33%-
HSV(B)353.55º44.71%81.57%-
XYZ35.8427.1522.75-
YUV143.95117.31173.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=46.43%
G=25.67%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811512500.450.400.18353.5549.7363.33
HexD0737D02D2812162323f
Octal32016317505550225426277
Binary1101000011100111111101010110110100010010101100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0737D; }

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

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

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

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

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

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

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

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