Html Css Color HEX #D76A93 Pale Violet Red

📋 copy color: '#D76A93'

red 215 ◦ green 106 ◦ blue 147

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

Shades of Pale Violet Red #D76A93

Tints of Pale Violet Red #D76A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 45.94%
G = 22.65%
B = 31.41%

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

#D76A93 (or 0xD76A93) is known color: Pale Violet Red. HEX triplet: D7, 6A and 93. RGB value is (215,106,147). Sum of RGB (Red+Green+Blue) = 215+106+147=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A93 is #28956C. Grayscale: #8F8F8F. Windows color (decimal): -2659693 or 9661143. OLE color: 9661143.

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

Color convert

RGB 215 106 147 -
CMYK 0 0.51 0.32 0.16
HSL 337.43º 0.58% 0.63% -
HSV(B) 337.43º 0.51% 0.84% -
XYZ 38.44 26.86 30.76 -
YUV 143.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 215 106 147 0 0.51 0.32 0.16 337.43 0.58 0.63
Hex D7 6A 93 0 33 20 10 151 3A 3F
Octal 327 152 223 0 63 40 20 521 72 77
Binary 11010111 1101010 10010011 0 110011 100000 10000 101010001 111010 111111

Color Harmonies of #D76A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A93

Black with #D76A93

Text Example


Text Example

White with #D76A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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