#D0718C

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

Shades of Charm #D0718C

Tints of Charm #D0718C

Color information

#D0718C (or 0xD0718C) is unknown color: approx Charm. HEX triplet: D0, 71 and 8C. RGB value is (208,113,140). Sum of RGB (Red+Green+Blue) = 208+113+140=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0718C is #2F8E73. Grayscale: #909090. Windows color (decimal): -3116660 or 9204176. OLE color: 9204176.

HSL color Cylindrical-coordinate representation of color #D0718C: hue angle of 342.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0718C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208113140-
CMYK00.460.330.18
HSL342.95º50.26%62.94%-
HSV(B)342.95º45.67%81.57%-
XYZ36.6527.1128.11-
YUV144.48125.47173.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=45.12%
G=24.51%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811314000.460.330.18342.9550.2662.94
HexD0718C02E2112157323f
Octal32016121405641225276277
Binary11010000111000110001100010111010000110010101010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0718C; }

 p { color: rgb(208,113,140); }

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

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

 a { background-color: rgb(208,113,140); }

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

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

 span { border-color: rgb(208,113,140); }

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