Html Css Color HEX #D76C81 Charm

📋 copy color: '#D76C81'

red 215 ◦ green 108 ◦ blue 129

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

Shades of Charm #D76C81

Tints of Charm #D76C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.89%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 47.57%
G = 23.89%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D76C81 (or 0xD76C81) is known color: Charm. HEX triplet: D7, 6C and 81. RGB value is (215,108,129). Sum of RGB (Red+Green+Blue) = 215+108+129=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C81 is #28937E. Grayscale: #8E8E8E. Windows color (decimal): -2659199 or 8482007. OLE color: 8482007.

HSL color Cylindrical-coordinate representation of color #D76C81: hue angle of 348.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C81 is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 129 -
CMYK 0 0.50 0.4 0.16
HSL 348.22º 0.57% 0.63% -
HSV(B) 348.22º 0.5% 0.84% -
XYZ 37.35 26.76 23.97 -
YUV 142.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 215 108 129 0 0.50 0.4 0.16 348.22 0.57 0.63
Hex D7 6C 81 0 32 28 10 15C 39 3F
Octal 327 154 201 0 62 50 20 534 71 77
Binary 11010111 1101100 10000001 0 110010 101000 10000 101011100 111001 111111

Color Harmonies of #D76C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C81

Black with #D76C81

Text Example


Text Example

White with #D76C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C81; }

 p { color: rgb(215,108,129); }

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

background-color css

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

 a { background-color: rgb(215,108,129); }

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

border-color css

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

 span { border-color: rgb(215,108,129); }

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