Html Css Color HEX #D76D8A Charm

📋 copy color: '#D76D8A'

red 215 ◦ green 109 ◦ blue 138

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

Shades of Charm #D76D8A

Tints of Charm #D76D8A

RGB

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

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

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

R = 46.54%
G = 23.59%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D76D8A (or 0xD76D8A) is known color: Charm. HEX triplet: D7, 6D and 8A. RGB value is (215,109,138). Sum of RGB (Red+Green+Blue) = 215+109+138=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D8A is #289275. Grayscale: #8F8F8F. Windows color (decimal): -2658934 or 9072087. OLE color: 9072087.

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

Color convert

RGB 215 109 138 -
CMYK 0 0.49 0.36 0.16
HSL 343.58º 0.57% 0.64% -
HSV(B) 343.58º 0.49% 0.84% -
XYZ 38.08 27.22 27.29 -
YUV 144 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 215 109 138 0 0.49 0.36 0.16 343.58 0.57 0.64
Hex D7 6D 8A 0 31 24 10 158 39 40
Octal 327 155 212 0 61 44 20 530 71 100
Binary 11010111 1101101 10001010 0 110001 100100 10000 101011000 111001 1000000

Color Harmonies of #D76D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D8A

Black with #D76D8A

Text Example


Text Example

White with #D76D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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