Html Css Color HEX #D77580 Charm

📋 copy color: '#D77580'

red 215 ◦ green 117 ◦ blue 128

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

Shades of Charm #D77580

Tints of Charm #D77580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 46.74%
G = 25.43%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D77580 (or 0xD77580) is known color: Charm. HEX triplet: D7, 75 and 80. RGB value is (215,117,128). Sum of RGB (Red+Green+Blue) = 215+117+128=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77580 is #288A7F. Grayscale: #939393. Windows color (decimal): -2656896 or 8418775. OLE color: 8418775.

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

Color convert

RGB 215 117 128 -
CMYK 0 0.46 0.40 0.16
HSL 353.27º 0.55% 0.65% -
HSV(B) 353.27º 0.46% 0.84% -
XYZ 38.28 28.73 23.95 -
YUV 147.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 215 117 128 0 0.46 0.40 0.16 353.27 0.55 0.65
Hex D7 75 80 0 2E 28 10 161 37 41
Octal 327 165 200 0 56 50 20 541 67 101
Binary 11010111 1110101 10000000 0 101110 101000 10000 101100001 110111 1000001

Color Harmonies of #D77580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77580

Black with #D77580

Text Example


Text Example

White with #D77580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77580; }

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

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

background-color css

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

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

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

border-color css

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

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

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