Html Css Color HEX #D76F9B Pale Violet Red

📋 copy color: '#D76F9B'

red 215 ◦ green 111 ◦ blue 155

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

Shades of Pale Violet Red #D76F9B

Tints of Pale Violet Red #D76F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 44.7%
G = 23.08%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D76F9B (or 0xD76F9B) is known color: Pale Violet Red. HEX triplet: D7, 6F and 9B. RGB value is (215,111,155). Sum of RGB (Red+Green+Blue) = 215+111+155=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F9B is #289064. Grayscale: #939393. Windows color (decimal): -2658405 or 10186711. OLE color: 10186711.

HSL color Cylindrical-coordinate representation of color #D76F9B: hue angle of 334.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F9B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 155 -
CMYK 0 0.48 0.28 0.16
HSL 334.62º 0.57% 0.64% -
HSV(B) 334.62º 0.48% 0.84% -
XYZ 39.63 28.18 34.36 -
YUV 147.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 215 111 155 0 0.48 0.28 0.16 334.62 0.57 0.64
Hex D7 6F 9B 0 30 1C 10 14F 39 40
Octal 327 157 233 0 60 34 20 517 71 100
Binary 11010111 1101111 10011011 0 110000 11100 10000 101001111 111001 1000000

Color Harmonies of #D76F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F9B

Black with #D76F9B

Text Example


Text Example

White with #D76F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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