#D4767F

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

Shades of Charm #D4767F

Tints of Charm #D4767F

Color information

#D4767F (or 0xD4767F) is unknown color: approx Charm. HEX triplet: D4, 76 and 7F. RGB value is (212,118,127). Sum of RGB (Red+Green+Blue) = 212+118+127=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4767F is #2B8980. Grayscale: #939393. Windows color (decimal): -2853249 or 8353492. OLE color: 8353492.

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

Color convert

RGB212118127-
CMYK00.440.400.17
HSL354.26º52.22%64.71%-
HSV(B)354.26º44.34%83.14%-
XYZ37.4628.4923.6-
YUV147.13116.64174.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 127 (50% from 255) = 27.79%
R=46.39%
G=25.82%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211812700.440.400.17354.2652.2264.71
HexD4767F02C28111623441
Octal324166177054502154264101
Binary11010100111011011111110101100101000100011011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4767F; }

 p { color: rgb(212,118,127); }

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

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

 a { background-color: rgb(212,118,127); }

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

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

 span { border-color: rgb(212,118,127); }

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