Html Css Color HEX #D76C83 Charm

📋 copy color: '#D76C83'

red 215 ◦ green 108 ◦ blue 131

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

Shades of Charm #D76C83

Tints of Charm #D76C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 47.36%
G = 23.79%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D76C83 (or 0xD76C83) is known color: Charm. HEX triplet: D7, 6C and 83. RGB value is (215,108,131). Sum of RGB (Red+Green+Blue) = 215+108+131=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C83 is #28937C. Grayscale: #8E8E8E. Windows color (decimal): -2659197 or 8613079. OLE color: 8613079.

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

Color convert

RGB 215 108 131 -
CMYK 0 0.50 0.39 0.16
HSL 347.1º 0.57% 0.63% -
HSV(B) 347.1º 0.5% 0.84% -
XYZ 37.48 26.81 24.67 -
YUV 142.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 215 108 131 0 0.50 0.39 0.16 347.1 0.57 0.63
Hex D7 6C 83 0 32 27 10 15B 39 3F
Octal 327 154 203 0 62 47 20 533 71 77
Binary 11010111 1101100 10000011 0 110010 100111 10000 101011011 111001 111111

Color Harmonies of #D76C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C83

Black with #D76C83

Text Example


Text Example

White with #D76C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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