#D0738F

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

Shades of Charm #D0738F

Tints of Charm #D0738F

Color information

#D0738F (or 0xD0738F) is unknown color: approx Charm. HEX triplet: D0, 73 and 8F. RGB value is (208,115,143). Sum of RGB (Red+Green+Blue) = 208+115+143=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0738F is #2F8C70. Grayscale: #919191. Windows color (decimal): -3116145 or 9401296. OLE color: 9401296.

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

Color convert

RGB208115143-
CMYK00.450.310.18
HSL341.94º49.73%63.33%-
HSV(B)341.94º44.71%81.57%-
XYZ37.127.6529.37-
YUV146126.31172.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=44.64%
G=24.68%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811514300.450.310.18341.9449.7363.33
HexD0738F02D1F12156323f
Octal32016321705537225266277
Binary1101000011100111000111101011011111110010101010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0738F; }

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

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

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

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

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

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

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

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