#D0748D

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

Shades of Charm #D0748D

Tints of Charm #D0748D

Color information

#D0748D (or 0xD0748D) is unknown color: approx Charm. HEX triplet: D0, 74 and 8D. RGB value is (208,116,141). Sum of RGB (Red+Green+Blue) = 208+116+141=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0748D is #2F8B72. Grayscale: #929292. Windows color (decimal): -3115891 or 9270480. OLE color: 9270480.

HSL color Cylindrical-coordinate representation of color #D0748D: hue angle of 343.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0748D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208116141-
CMYK00.440.320.18
HSL343.7º49.46%63.53%-
HSV(B)343.7º44.23%81.57%-
XYZ37.0727.8228.62-
YUV146.36124.98171.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=44.73%
G=24.95%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811614100.440.320.18343.749.4663.53
HexD0748D02C20121583140
Octal320164215054402253061100
Binary110100001110100100011010101100100000100101010110001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0748D; }

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

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

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

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

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

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

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

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