Html Css Color HEX #D974AA Pale Violet Red

📋 copy color: '#D974AA'

red 217 ◦ green 116 ◦ blue 170

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

Shades of Pale Violet Red #D974AA

Tints of Pale Violet Red #D974AA

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 43.14%
G = 23.06%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D974AA (or 0xD974AA) is known color: Pale Violet Red. HEX triplet: D9, 74 and AA. RGB value is (217,116,170). Sum of RGB (Red+Green+Blue) = 217+116+170=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D974AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974AA is #268B55. Grayscale: #989898. Windows color (decimal): -2526038 or 11171033. OLE color: 11171033.

HSL color Cylindrical-coordinate representation of color #D974AA: hue angle of 327.92º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D974AA is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 116 170 -
CMYK 0 0.47 0.22 0.15
HSL 327.92º 0.57% 0.65% -
HSV(B) 327.92º 0.47% 0.85% -
XYZ 42.12 30.14 41.63 -
YUV 152.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 217 116 170 0 0.47 0.22 0.15 327.92 0.57 0.65
Hex D9 74 AA 0 2F 16 F 148 39 41
Octal 331 164 252 0 57 26 17 510 71 101
Binary 11011001 1110100 10101010 0 101111 10110 1111 101001000 111001 1000001

Color Harmonies of #D974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974AA

Black with #D974AA

Text Example


Text Example

White with #D974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974AA; }

 p { color: rgb(217,116,170); }

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

background-color css

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

 a { background-color: rgb(217,116,170); }

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

border-color css

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

 span { border-color: rgb(217,116,170); }

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