Html Css Color HEX #D9769A Pale Violet Red

📋 copy color: '#D9769A'

red 217 ◦ green 118 ◦ blue 154

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

Shades of Pale Violet Red #D9769A

Tints of Pale Violet Red #D9769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.13%

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

R = 44.38%
G = 24.13%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9769A (or 0xD9769A) is known color: Pale Violet Red. HEX triplet: D9, 76 and 9A. RGB value is (217,118,154). Sum of RGB (Red+Green+Blue) = 217+118+154=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769A is #268965. Grayscale: #979797. Windows color (decimal): -2525542 or 10122969. OLE color: 10122969.

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

Color convert

RGB 217 118 154 -
CMYK 0 0.46 0.29 0.15
HSL 338.18º 0.57% 0.66% -
HSV(B) 338.18º 0.46% 0.85% -
XYZ 40.93 30.04 34.21 -
YUV 151.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 217 118 154 0 0.46 0.29 0.15 338.18 0.57 0.66
Hex D9 76 9A 0 2E 1D F 152 39 42
Octal 331 166 232 0 56 35 17 522 71 102
Binary 11011001 1110110 10011010 0 101110 11101 1111 101010010 111001 1000010

Color Harmonies of #D9769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9769A

Black with #D9769A

Text Example


Text Example

White with #D9769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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