#D5758D

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

Shades of Charm #D5758D

Tints of Charm #D5758D

Color information

#D5758D (or 0xD5758D) is unknown color: approx Charm. HEX triplet: D5, 75 and 8D. RGB value is (213,117,141). Sum of RGB (Red+Green+Blue) = 213+117+141=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5758D is #2A8A72. Grayscale: #949494. Windows color (decimal): -2787955 or 9270741. OLE color: 9270741.

HSL color Cylindrical-coordinate representation of color #D5758D: hue angle of 345º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5758D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213117141-
CMYK00.450.340.16
HSL345º53.33%64.71%-
HSV(B)345º45.07%83.53%-
XYZ38.6128.7928.72-
YUV148.44123.8174.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=45.22%
G=24.84%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311714100.450.340.1634553.3364.71
HexD5758D02D22101593541
Octal325165215055422053165101
Binary110101011110101100011010101101100010100001010110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5758D; }

 p { color: rgb(213,117,141); }

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

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

 a { background-color: rgb(213,117,141); }

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

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

 span { border-color: rgb(213,117,141); }

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