Html Css Color HEX #D76C9A Pale Violet Red

📋 copy color: '#D76C9A'

red 215 ◦ green 108 ◦ blue 154

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

Shades of Pale Violet Red #D76C9A

Tints of Pale Violet Red #D76C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 45.07%
G = 22.64%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D76C9A (or 0xD76C9A) is known color: Pale Violet Red. HEX triplet: D7, 6C and 9A. RGB value is (215,108,154). Sum of RGB (Red+Green+Blue) = 215+108+154=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9A is #289365. Grayscale: #919191. Windows color (decimal): -2659174 or 10120407. OLE color: 10120407.

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

Color convert

RGB 215 108 154 -
CMYK 0 0.50 0.28 0.16
HSL 334.21º 0.57% 0.63% -
HSV(B) 334.21º 0.5% 0.84% -
XYZ 39.22 27.51 33.81 -
YUV 145.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 215 108 154 0 0.50 0.28 0.16 334.21 0.57 0.63
Hex D7 6C 9A 0 32 1C 10 14E 39 3F
Octal 327 154 232 0 62 34 20 516 71 77
Binary 11010111 1101100 10011010 0 110010 11100 10000 101001110 111001 111111

Color Harmonies of #D76C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C9A

Black with #D76C9A

Text Example


Text Example

White with #D76C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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