Html Css Color HEX #D76C8A Charm

📋 copy color: '#D76C8A'

red 215 ◦ green 108 ◦ blue 138

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

Shades of Charm #D76C8A

Tints of Charm #D76C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 46.64%
G = 23.43%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D76C8A (or 0xD76C8A) is known color: Charm. HEX triplet: D7, 6C and 8A. RGB value is (215,108,138). Sum of RGB (Red+Green+Blue) = 215+108+138=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C8A is #289375. Grayscale: #8F8F8F. Windows color (decimal): -2659190 or 9071831. OLE color: 9071831.

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

Color convert

RGB 215 108 138 -
CMYK 0 0.50 0.36 0.16
HSL 343.18º 0.57% 0.63% -
HSV(B) 343.18º 0.5% 0.84% -
XYZ 37.97 27.01 27.26 -
YUV 143.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 215 108 138 0 0.50 0.36 0.16 343.18 0.57 0.63
Hex D7 6C 8A 0 32 24 10 157 39 3F
Octal 327 154 212 0 62 44 20 527 71 77
Binary 11010111 1101100 10001010 0 110010 100100 10000 101010111 111001 111111

Color Harmonies of #D76C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C8A

Black with #D76C8A

Text Example


Text Example

White with #D76C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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