Html Css Color HEX #D9749F Pale Violet Red

📋 copy color: '#D9749F'

red 217 ◦ green 116 ◦ blue 159

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

Shades of Pale Violet Red #D9749F

Tints of Pale Violet Red #D9749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 44.11%
G = 23.58%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9749F (or 0xD9749F) is known color: Pale Violet Red. HEX triplet: D9, 74 and 9F. RGB value is (217,116,159). Sum of RGB (Red+Green+Blue) = 217+116+159=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9749F is #268B60. Grayscale: #979797. Windows color (decimal): -2526049 or 10450137. OLE color: 10450137.

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

Color convert

RGB 217 116 159 -
CMYK 0 0.47 0.27 0.15
HSL 334.46º 0.57% 0.65% -
HSV(B) 334.46º 0.47% 0.85% -
XYZ 41.12 29.75 36.38 -
YUV 151.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 217 116 159 0 0.47 0.27 0.15 334.46 0.57 0.65
Hex D9 74 9F 0 2F 1B F 14E 39 41
Octal 331 164 237 0 57 33 17 516 71 101
Binary 11011001 1110100 10011111 0 101111 11011 1111 101001110 111001 1000001

Color Harmonies of #D9749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9749F

Black with #D9749F

Text Example


Text Example

White with #D9749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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