#D4758D

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

Shades of Charm #D4758D

Tints of Charm #D4758D

Color information

#D4758D (or 0xD4758D) is unknown color: approx Charm. HEX triplet: D4, 75 and 8D. RGB value is (212,117,141). Sum of RGB (Red+Green+Blue) = 212+117+141=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4758D is #2B8A72. Grayscale: #949494. Windows color (decimal): -2853491 or 9270740. OLE color: 9270740.

HSL color Cylindrical-coordinate representation of color #D4758D: hue angle of 344.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4758D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212117141-
CMYK00.450.330.17
HSL344.84º52.49%64.51%-
HSV(B)344.84º44.81%83.14%-
XYZ38.3228.6428.71-
YUV148.14123.97173.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 141 (55.47% from 255) = 30%
R=45.11%
G=24.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211714100.450.330.17344.8452.4964.51
HexD4758D02D21111593441
Octal324165215055412153164101
Binary110101001110101100011010101101100001100011010110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4758D; }

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

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

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

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

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

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

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

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