Html Css Color HEX #D9748E Pale Violet Red

📋 copy color: '#D9748E'

red 217 ◦ green 116 ◦ blue 142

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

Shades of Pale Violet Red #D9748E

Tints of Pale Violet Red #D9748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 45.68%
G = 24.42%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9748E (or 0xD9748E) is known color: Pale Violet Red. HEX triplet: D9, 74 and 8E. RGB value is (217,116,142). Sum of RGB (Red+Green+Blue) = 217+116+142=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9748E is #268B71. Grayscale: #959595. Windows color (decimal): -2526066 or 9336025. OLE color: 9336025.

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

Color convert

RGB 217 116 142 -
CMYK 0 0.47 0.35 0.15
HSL 344.55º 0.57% 0.65% -
HSV(B) 344.55º 0.47% 0.85% -
XYZ 39.74 29.2 29.13 -
YUV 149.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 217 116 142 0 0.47 0.35 0.15 344.55 0.57 0.65
Hex D9 74 8E 0 2F 23 F 159 39 41
Octal 331 164 216 0 57 43 17 531 71 101
Binary 11011001 1110100 10001110 0 101111 100011 1111 101011001 111001 1000001

Color Harmonies of #D9748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9748E

Black with #D9748E

Text Example


Text Example

White with #D9748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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