#D77584

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

Shades of Charm #D77584

Tints of Charm #D77584

Color information

#D77584 (or 0xD77584) is unknown color: approx Charm. HEX triplet: D7, 75 and 84. RGB value is (215,117,132). Sum of RGB (Red+Green+Blue) = 215+117+132=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77584 is #288A7B. Grayscale: #949494. Windows color (decimal): -2656892 or 8680919. OLE color: 8680919.

HSL color Cylindrical-coordinate representation of color #D77584: hue angle of 350.82º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77584 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215117132-
CMYK00.460.390.16
HSL350.82º55.06%65.1%-
HSV(B)350.82º45.58%84.31%-
XYZ38.5528.8425.36-
YUV148.01118.97175.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=46.34%
G=25.22%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511713200.460.390.16350.8255.0665.1
HexD7758402E271015f3741
Octal327165204056472053767101
Binary110101111110101100001000101110100111100001010111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77584; }

 p { color: rgb(215,117,132); }

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

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

 a { background-color: rgb(215,117,132); }

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

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

 span { border-color: rgb(215,117,132); }

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