Html Css Color HEX #D76D92 Pale Violet Red

📋 copy color: '#D76D92'

red 215 ◦ green 109 ◦ blue 146

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

Shades of Pale Violet Red #D76D92

Tints of Pale Violet Red #D76D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 45.74%
G = 23.19%
B = 31.06%

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

#D76D92 (or 0xD76D92) is known color: Pale Violet Red. HEX triplet: D7, 6D and 92. RGB value is (215,109,146). Sum of RGB (Red+Green+Blue) = 215+109+146=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D92 is #28926D. Grayscale: #909090. Windows color (decimal): -2658926 or 9596375. OLE color: 9596375.

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

Color convert

RGB 215 109 146 -
CMYK 0 0.49 0.32 0.16
HSL 339.06º 0.57% 0.64% -
HSV(B) 339.06º 0.49% 0.84% -
XYZ 38.68 27.46 30.46 -
YUV 144.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 215 109 146 0 0.49 0.32 0.16 339.06 0.57 0.64
Hex D7 6D 92 0 31 20 10 153 39 40
Octal 327 155 222 0 61 40 20 523 71 100
Binary 11010111 1101101 10010010 0 110001 100000 10000 101010011 111001 1000000

Color Harmonies of #D76D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D92

Black with #D76D92

Text Example


Text Example

White with #D76D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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