#D5718E

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

Shades of Charm #D5718E

Tints of Charm #D5718E

Color information

#D5718E (or 0xD5718E) is unknown color: approx Charm. HEX triplet: D5, 71 and 8E. RGB value is (213,113,142). Sum of RGB (Red+Green+Blue) = 213+113+142=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718E is #2A8E71. Grayscale: #929292. Windows color (decimal): -2788978 or 9335253. OLE color: 9335253.

HSL color Cylindrical-coordinate representation of color #D5718E: hue angle of 342.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5718E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213113142-
CMYK00.470.330.16
HSL342.6º54.35%63.92%-
HSV(B)342.6º46.95%83.53%-
XYZ38.2327.9128.96-
YUV146.21125.63175.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=45.51%
G=24.15%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311314200.470.330.16342.654.3563.92
HexD5718E02F21101573640
Octal325161216057412052766100
Binary110101011110001100011100101111100001100001010101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5718E; }

 p { color: rgb(213,113,142); }

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

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

 a { background-color: rgb(213,113,142); }

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

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

 span { border-color: rgb(213,113,142); }

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