#d5767f

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

Shades of Charm #D5767F

Tints of Charm #D5767F

Color information

#D5767F (or 0xD5767F) is unknown color: approx Charm. HEX triplet: D5, 76 and 7F. RGB value is (213,118,127). Sum of RGB (Red+Green+Blue) = 213+118+127=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5767F is #2A8980. Grayscale: #939393. Windows color (decimal): -2787713 or 8353493. OLE color: 8353493.

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

Color convert

RGB213118127-
CMYK00.450.400.16
HSL354.32º53.07%64.9%-
HSV(B)354.32º44.6%83.53%-
XYZ37.7528.6423.62-
YUV147.43116.47174.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 127 (50% from 255) = 27.73%
R=46.51%
G=25.76%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311812700.450.400.16354.3253.0764.9
HexD5767F02D28101623541
Octal325166177055502054265101
Binary11010101111011011111110101101101000100001011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5767f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5767f; }

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

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

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

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

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

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

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

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