Html Css Color HEX #D76C95 Pale Violet Red

📋 copy color: '#D76C95'

red 215 ◦ green 108 ◦ blue 149

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

Shades of Pale Violet Red #D76C95

Tints of Pale Violet Red #D76C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 45.55%
G = 22.88%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D76C95 (or 0xD76C95) is known color: Pale Violet Red. HEX triplet: D7, 6C and 95. RGB value is (215,108,149). Sum of RGB (Red+Green+Blue) = 215+108+149=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C95 is #28936A. Grayscale: #909090. Windows color (decimal): -2659179 or 9792727. OLE color: 9792727.

HSL color Cylindrical-coordinate representation of color #D76C95: hue angle of 337.01º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C95 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 149 -
CMYK 0 0.50 0.31 0.16
HSL 337.01º 0.57% 0.63% -
HSV(B) 337.01º 0.5% 0.84% -
XYZ 38.81 27.34 31.67 -
YUV 144.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 215 108 149 0 0.50 0.31 0.16 337.01 0.57 0.63
Hex D7 6C 95 0 32 1F 10 151 39 3F
Octal 327 154 225 0 62 37 20 521 71 77
Binary 11010111 1101100 10010101 0 110010 11111 10000 101010001 111001 111111

Color Harmonies of #D76C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C95

Black with #D76C95

Text Example


Text Example

White with #D76C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C95; }

 p { color: rgb(215,108,149); }

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

background-color css

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

 a { background-color: rgb(215,108,149); }

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

border-color css

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

 span { border-color: rgb(215,108,149); }

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