Html Css Color HEX #D76E97 Pale Violet Red

📋 copy color: '#D76E97'

red 215 ◦ green 110 ◦ blue 151

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

Shades of Pale Violet Red #D76E97

Tints of Pale Violet Red #D76E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 45.17%
G = 23.11%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76E97 (or 0xD76E97) is known color: Pale Violet Red. HEX triplet: D7, 6E and 97. RGB value is (215,110,151). Sum of RGB (Red+Green+Blue) = 215+110+151=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E97 is #289168. Grayscale: #929292. Windows color (decimal): -2658665 or 9924311. OLE color: 9924311.

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

Color convert

RGB 215 110 151 -
CMYK 0 0.49 0.30 0.16
HSL 336.57º 0.57% 0.64% -
HSV(B) 336.57º 0.49% 0.84% -
XYZ 39.19 27.83 32.59 -
YUV 146.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 215 110 151 0 0.49 0.30 0.16 336.57 0.57 0.64
Hex D7 6E 97 0 31 1E 10 151 39 40
Octal 327 156 227 0 61 36 20 521 71 100
Binary 11010111 1101110 10010111 0 110001 11110 10000 101010001 111001 1000000

Color Harmonies of #D76E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E97

Black with #D76E97

Text Example


Text Example

White with #D76E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E97; }

 p { color: rgb(215,110,151); }

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

background-color css

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

 a { background-color: rgb(215,110,151); }

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

border-color css

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

 span { border-color: rgb(215,110,151); }

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