#D4758F

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

Shades of Charm #D4758F

Tints of Charm #D4758F

Color information

#D4758F (or 0xD4758F) is unknown color: approx Charm. HEX triplet: D4, 75 and 8F. RGB value is (212,117,143). Sum of RGB (Red+Green+Blue) = 212+117+143=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4758F is #2B8A70. Grayscale: #949494. Windows color (decimal): -2853489 or 9401812. OLE color: 9401812.

HSL color Cylindrical-coordinate representation of color #D4758F: hue angle of 343.58º 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 #D4758F is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212117143-
CMYK00.450.330.17
HSL343.58º52.49%64.51%-
HSV(B)343.58º44.81%83.14%-
XYZ38.4728.729.5-
YUV148.37124.97173.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=44.92%
G=24.79%
B=30.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
Decimal21211714300.450.330.17343.5852.4964.51
HexD4758F02D21111583441
Octal324165217055412153064101
Binary110101001110101100011110101101100001100011010110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4758F; }

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

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

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

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

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

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

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

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