Html Css Color HEX #D76E82 Charm

📋 copy color: '#D76E82'

red 215 ◦ green 110 ◦ blue 130

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

Shades of Charm #D76E82

Tints of Charm #D76E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 47.25%
G = 24.18%
B = 28.57%

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

#D76E82 (or 0xD76E82) is known color: Charm. HEX triplet: D7, 6E and 82. RGB value is (215,110,130). Sum of RGB (Red+Green+Blue) = 215+110+130=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E82 is #28917D. Grayscale: #8F8F8F. Windows color (decimal): -2658686 or 8548055. OLE color: 8548055.

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

Color convert

RGB 215 110 130 -
CMYK 0 0.49 0.40 0.16
HSL 348.57º 0.57% 0.64% -
HSV(B) 348.57º 0.49% 0.84% -
XYZ 37.63 27.21 24.39 -
YUV 143.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 215 110 130 0 0.49 0.40 0.16 348.57 0.57 0.64
Hex D7 6E 82 0 31 28 10 15D 39 40
Octal 327 156 202 0 61 50 20 535 71 100
Binary 11010111 1101110 10000010 0 110001 101000 10000 101011101 111001 1000000

Color Harmonies of #D76E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E82

Black with #D76E82

Text Example


Text Example

White with #D76E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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