Html Css Color HEX #D76C92 Pale Violet Red

📋 copy color: '#D76C92'

red 215 ◦ green 108 ◦ blue 146

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

Shades of Pale Violet Red #D76C92

Tints of Pale Violet Red #D76C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.13%

R = 45.84%
G = 23.03%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76C92 (or 0xD76C92) is known color: Pale Violet Red. HEX triplet: D7, 6C and 92. RGB value is (215,108,146). Sum of RGB (Red+Green+Blue) = 215+108+146=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C92 is #28936D. Grayscale: #909090. Windows color (decimal): -2659182 or 9596119. OLE color: 9596119.

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

Color convert

RGB 215 108 146 -
CMYK 0 0.50 0.32 0.16
HSL 338.69º 0.57% 0.63% -
HSV(B) 338.69º 0.5% 0.84% -
XYZ 38.58 27.25 30.42 -
YUV 144.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 215 108 146 0 0.50 0.32 0.16 338.69 0.57 0.63
Hex D7 6C 92 0 32 20 10 153 39 3F
Octal 327 154 222 0 62 40 20 523 71 77
Binary 11010111 1101100 10010010 0 110010 100000 10000 101010011 111001 111111

Color Harmonies of #D76C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C92

Black with #D76C92

Text Example


Text Example

White with #D76C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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