#D5728A

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

Shades of Charm #D5728A

Tints of Charm #D5728A

Color information

#D5728A (or 0xD5728A) is unknown color: approx Charm. HEX triplet: D5, 72 and 8A. RGB value is (213,114,138). Sum of RGB (Red+Green+Blue) = 213+114+138=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5728A is #2A8D75. Grayscale: #929292. Windows color (decimal): -2788726 or 9073365. OLE color: 9073365.

HSL color Cylindrical-coordinate representation of color #D5728A: hue angle of 345.45º 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 #D5728A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213114138-
CMYK00.460.350.16
HSL345.45º54.1%64.12%-
HSV(B)345.45º46.48%83.53%-
XYZ38.0528.0227.45-
YUV146.34123.3175.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=45.81%
G=24.52%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311413800.460.350.16345.4554.164.12
HexD5728A02E23101593640
Octal325162212056432053166100
Binary110101011110010100010100101110100011100001010110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5728A; }

 p { color: rgb(213,114,138); }

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

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

 a { background-color: rgb(213,114,138); }

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

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

 span { border-color: rgb(213,114,138); }

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