#D4758C

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

Shades of Charm #D4758C

Tints of Charm #D4758C

Color information

#D4758C (or 0xD4758C) is unknown color: approx Charm. HEX triplet: D4, 75 and 8C. RGB value is (212,117,140). Sum of RGB (Red+Green+Blue) = 212+117+140=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4758C is #2B8A73. Grayscale: #949494. Windows color (decimal): -2853492 or 9205204. OLE color: 9205204.

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

Color convert

RGB212117140-
CMYK00.450.340.17
HSL345.47º52.49%64.51%-
HSV(B)345.47º44.81%83.14%-
XYZ38.2528.6128.32-
YUV148.03123.47173.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=45.20%
G=24.95%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211714000.450.340.17345.4752.4964.51
HexD4758C02D22111593441
Octal324165214055422153164101
Binary110101001110101100011000101101100010100011010110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4758C; }

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

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

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

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

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

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

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

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