Html Css Color HEX #D76A92 Pale Violet Red

📋 copy color: '#D76A92'

red 215 ◦ green 106 ◦ blue 146

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

Shades of Pale Violet Red #D76A92

Tints of Pale Violet Red #D76A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

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

R = 46.04%
G = 22.7%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76A92 (or 0xD76A92) is known color: Pale Violet Red. HEX triplet: D7, 6A and 92. RGB value is (215,106,146). Sum of RGB (Red+Green+Blue) = 215+106+146=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A92 is #28956D. Grayscale: #8F8F8F. Windows color (decimal): -2659694 or 9595607. OLE color: 9595607.

HSL color Cylindrical-coordinate representation of color #D76A92: hue angle of 337.98º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76A92 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 146 -
CMYK 0 0.51 0.32 0.16
HSL 337.98º 0.58% 0.63% -
HSV(B) 337.98º 0.51% 0.84% -
XYZ 38.37 26.83 30.35 -
YUV 143.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 215 106 146 0 0.51 0.32 0.16 337.98 0.58 0.63
Hex D7 6A 92 0 33 20 10 152 3A 3F
Octal 327 152 222 0 63 40 20 522 72 77
Binary 11010111 1101010 10010010 0 110011 100000 10000 101010010 111010 111111

Color Harmonies of #D76A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A92

Black with #D76A92

Text Example


Text Example

White with #D76A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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