#D2718C

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

Shades of Charm #D2718C

Tints of Charm #D2718C

Color information

#D2718C (or 0xD2718C) is unknown color: approx Charm. HEX triplet: D2, 71 and 8C. RGB value is (210,113,140). Sum of RGB (Red+Green+Blue) = 210+113+140=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2718C is #2D8E73. Grayscale: #919191. Windows color (decimal): -2985588 or 9204178. OLE color: 9204178.

HSL color Cylindrical-coordinate representation of color #D2718C: hue angle of 343.3º degrees, saturation: 0.52, 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 #D2718C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210113140-
CMYK00.460.330.18
HSL343.3º51.87%63.33%-
HSV(B)343.3º46.19%82.35%-
XYZ37.2227.4128.14-
YUV145.08125.14174.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=45.36%
G=24.41%
B=30.24%

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
Decimal21011314000.460.330.18343.351.8763.33
HexD2718C02E2112157343f
Octal32216121405641225276477
Binary11010010111000110001100010111010000110010101010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2718C; }

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

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

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

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

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

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

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

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