Html Css Color HEX #D9749A Pale Violet Red

📋 copy color: '#D9749A'

red 217 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #D9749A

Tints of Pale Violet Red #D9749A

RGB

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

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

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

R = 44.56%
G = 23.82%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9749A (or 0xD9749A) is known color: Pale Violet Red. HEX triplet: D9, 74 and 9A. RGB value is (217,116,154). Sum of RGB (Red+Green+Blue) = 217+116+154=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9749A is #268B65. Grayscale: #969696. Windows color (decimal): -2526054 or 10122457. OLE color: 10122457.

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

Color convert

RGB 217 116 154 -
CMYK 0 0.47 0.29 0.15
HSL 337.43º 0.57% 0.65% -
HSV(B) 337.43º 0.47% 0.85% -
XYZ 40.69 29.58 34.14 -
YUV 150.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 217 116 154 0 0.47 0.29 0.15 337.43 0.57 0.65
Hex D9 74 9A 0 2F 1D F 151 39 41
Octal 331 164 232 0 57 35 17 521 71 101
Binary 11011001 1110100 10011010 0 101111 11101 1111 101010001 111001 1000001

Color Harmonies of #D9749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9749A

Black with #D9749A

Text Example


Text Example

White with #D9749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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