Html Css Color HEX #D76E80 Charm

📋 copy color: '#D76E80'

red 215 ◦ green 110 ◦ blue 128

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

Shades of Charm #D76E80

Tints of Charm #D76E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

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

R = 47.46%
G = 24.28%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D76E80 (or 0xD76E80) is known color: Charm. HEX triplet: D7, 6E and 80. RGB value is (215,110,128). Sum of RGB (Red+Green+Blue) = 215+110+128=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E80 is #28917F. Grayscale: #8F8F8F. Windows color (decimal): -2658688 or 8416983. OLE color: 8416983.

HSL color Cylindrical-coordinate representation of color #D76E80: hue angle of 349.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E80 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 128 -
CMYK 0 0.49 0.40 0.16
HSL 349.71º 0.57% 0.64% -
HSV(B) 349.71º 0.49% 0.84% -
XYZ 37.5 27.16 23.69 -
YUV 143.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 215 110 128 0 0.49 0.40 0.16 349.71 0.57 0.64
Hex D7 6E 80 0 31 28 10 15E 39 40
Octal 327 156 200 0 61 50 20 536 71 100
Binary 11010111 1101110 10000000 0 110001 101000 10000 101011110 111001 1000000

Color Harmonies of #D76E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E80

Black with #D76E80

Text Example


Text Example

White with #D76E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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