Html Css Color HEX #D76D82 Charm

📋 copy color: '#D76D82'

red 215 ◦ green 109 ◦ blue 130

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

Shades of Charm #D76D82

Tints of Charm #D76D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

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

R = 47.36%
G = 24.01%
B = 28.63%

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

#D76D82 (or 0xD76D82) is known color: Charm. HEX triplet: D7, 6D and 82. RGB value is (215,109,130). Sum of RGB (Red+Green+Blue) = 215+109+130=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D82 is #28927D. Grayscale: #8F8F8F. Windows color (decimal): -2658942 or 8547799. OLE color: 8547799.

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

Color convert

RGB 215 109 130 -
CMYK 0 0.49 0.40 0.16
HSL 348.11º 0.57% 0.64% -
HSV(B) 348.11º 0.49% 0.84% -
XYZ 37.52 27 24.35 -
YUV 143.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 215 109 130 0 0.49 0.40 0.16 348.11 0.57 0.64
Hex D7 6D 82 0 31 28 10 15C 39 40
Octal 327 155 202 0 61 50 20 534 71 100
Binary 11010111 1101101 10000010 0 110001 101000 10000 101011100 111001 1000000

Color Harmonies of #D76D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D82

Black with #D76D82

Text Example


Text Example

White with #D76D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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