Html Css Color HEX #D76E92 Pale Violet Red

📋 copy color: '#D76E92'

red 215 ◦ green 110 ◦ blue 146

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

Shades of Pale Violet Red #D76E92

Tints of Pale Violet Red #D76E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

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

R = 45.65%
G = 23.35%
B = 31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76E92 (or 0xD76E92) is known color: Pale Violet Red. HEX triplet: D7, 6E and 92. RGB value is (215,110,146). Sum of RGB (Red+Green+Blue) = 215+110+146=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E92 is #28916D. Grayscale: #919191. Windows color (decimal): -2658670 or 9596631. OLE color: 9596631.

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

Color convert

RGB 215 110 146 -
CMYK 0 0.49 0.32 0.16
HSL 339.43º 0.57% 0.64% -
HSV(B) 339.43º 0.49% 0.84% -
XYZ 38.79 27.67 30.49 -
YUV 145.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 215 110 146 0 0.49 0.32 0.16 339.43 0.57 0.64
Hex D7 6E 92 0 31 20 10 153 39 40
Octal 327 156 222 0 61 40 20 523 71 100
Binary 11010111 1101110 10010010 0 110001 100000 10000 101010011 111001 1000000

Color Harmonies of #D76E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E92

Black with #D76E92

Text Example


Text Example

White with #D76E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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