Html Css Color HEX #D76E9B Pale Violet Red

📋 copy color: '#D76E9B'

red 215 ◦ green 110 ◦ blue 155

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

Shades of Pale Violet Red #D76E9B

Tints of Pale Violet Red #D76E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 44.79%
G = 22.92%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D76E9B (or 0xD76E9B) is known color: Pale Violet Red. HEX triplet: D7, 6E and 9B. RGB value is (215,110,155). Sum of RGB (Red+Green+Blue) = 215+110+155=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E9B is #289164. Grayscale: #929292. Windows color (decimal): -2658661 or 10186455. OLE color: 10186455.

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

Color convert

RGB 215 110 155 -
CMYK 0 0.49 0.28 0.16
HSL 334.29º 0.57% 0.64% -
HSV(B) 334.29º 0.49% 0.84% -
XYZ 39.52 27.97 34.33 -
YUV 146.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 215 110 155 0 0.49 0.28 0.16 334.29 0.57 0.64
Hex D7 6E 9B 0 31 1C 10 14E 39 40
Octal 327 156 233 0 61 34 20 516 71 100
Binary 11010111 1101110 10011011 0 110001 11100 10000 101001110 111001 1000000

Color Harmonies of #D76E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E9B

Black with #D76E9B

Text Example


Text Example

White with #D76E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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