Html Css Color HEX #D77586 Charm

📋 copy color: '#D77586'

red 215 ◦ green 117 ◦ blue 134

#D77586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D77586

Tints of Charm #D77586

RGB

 RED value IS 215 (84.38% from 255) = 46.14%

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 46.14%
G = 25.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D77586 (or 0xD77586) is known color: Charm. HEX triplet: D7, 75 and 86. RGB value is (215,117,134). Sum of RGB (Red+Green+Blue) = 215+117+134=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77586 is #288A79. Grayscale: #949494. Windows color (decimal): -2656890 or 8811991. OLE color: 8811991.

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

Color convert

RGB 215 117 134 -
CMYK 0 0.46 0.38 0.16
HSL 349.59º 0.55% 0.65% -
HSV(B) 349.59º 0.46% 0.84% -
XYZ 38.69 28.89 26.09 -
YUV 148.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 215 117 134 0 0.46 0.38 0.16 349.59 0.55 0.65
Hex D7 75 86 0 2E 26 10 15E 37 41
Octal 327 165 206 0 56 46 20 536 67 101
Binary 11010111 1110101 10000110 0 101110 100110 10000 101011110 110111 1000001

Color Harmonies of #D77586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77586

Black with #D77586

Text Example


Text Example

White with #D77586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77586; }

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

 H1.HeaderClassName
 {
   color: #D77586;
 }
 .AnyTagClassName
 {
   color: #D77586;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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