#D76F91

Color #D76F91 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D76F91

Tints of Pale Violet Red #D76F91

Color information

#D76F91 (or 0xD76F91) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6F and 91. RGB value is (215,111,145). Sum of RGB (Red+Green+Blue) = 215+111+145=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F91 is #28906E. Grayscale: #919191. Windows color (decimal): -2658415 or 9531351. OLE color: 9531351.

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

Color convert

RGB215111145-
CMYK00.480.330.16
HSL340.38º56.52%63.92%-
HSV(B)340.38º48.37%84.31%-
XYZ38.8227.8630.12-
YUV145.97127.46177.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=45.65%
G=23.57%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511114500.480.330.16340.3856.5263.92
HexD76F9103021101543940
Octal327157221060412052471100
Binary110101111101111100100010110000100001100001010101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F91; }

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

 H1.HeaderClassName
 {
   color: #D76F91;
 }
 .AnyTagClassName
 {
   color: #D76F91;
 }
</style>
background-color css

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

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

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

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

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

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