Html Css Color HEX #D9748F Pale Violet Red

📋 copy color: '#D9748F'

red 217 ◦ green 116 ◦ blue 143

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

Shades of Pale Violet Red #D9748F

Tints of Pale Violet Red #D9748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 45.59%
G = 24.37%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9748F (or 0xD9748F) is known color: Pale Violet Red. HEX triplet: D9, 74 and 8F. RGB value is (217,116,143). Sum of RGB (Red+Green+Blue) = 217+116+143=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9748F is #268B70. Grayscale: #959595. Windows color (decimal): -2526065 or 9401561. OLE color: 9401561.

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

Color convert

RGB 217 116 143 -
CMYK 0 0.47 0.34 0.15
HSL 343.96º 0.57% 0.65% -
HSV(B) 343.96º 0.47% 0.85% -
XYZ 39.82 29.23 29.53 -
YUV 149.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 217 116 143 0 0.47 0.34 0.15 343.96 0.57 0.65
Hex D9 74 8F 0 2F 22 F 158 39 41
Octal 331 164 217 0 57 42 17 530 71 101
Binary 11011001 1110100 10001111 0 101111 100010 1111 101011000 111001 1000001

Color Harmonies of #D9748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9748F

Black with #D9748F

Text Example


Text Example

White with #D9748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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