#D5738F

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

Shades of Charm #D5738F

Tints of Charm #D5738F

Color information

#D5738F (or 0xD5738F) is unknown color: approx Charm. HEX triplet: D5, 73 and 8F. RGB value is (213,115,143). Sum of RGB (Red+Green+Blue) = 213+115+143=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738F is #2A8C70. Grayscale: #939393. Windows color (decimal): -2788465 or 9401301. OLE color: 9401301.

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

Color convert

RGB213115143-
CMYK00.460.330.16
HSL342.86º53.85%64.31%-
HSV(B)342.86º46.01%83.53%-
XYZ38.5328.3929.44-
YUV147.49125.47174.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=45.22%
G=24.42%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311514300.460.330.16342.8653.8564.31
HexD5738F02E21101573640
Octal325163217056412052766100
Binary110101011110011100011110101110100001100001010101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5738F; }

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

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

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

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

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

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

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

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