Html Css Color HEX #D9769D Pale Violet Red

📋 copy color: '#D9769D'

red 217 ◦ green 118 ◦ blue 157

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

Shades of Pale Violet Red #D9769D

Tints of Pale Violet Red #D9769D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 44.11%
G = 23.98%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9769D (or 0xD9769D) is known color: Pale Violet Red. HEX triplet: D9, 76 and 9D. RGB value is (217,118,157). Sum of RGB (Red+Green+Blue) = 217+118+157=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769D is #268962. Grayscale: #979797. Windows color (decimal): -2525539 or 10319577. OLE color: 10319577.

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

Color convert

RGB 217 118 157 -
CMYK 0 0.46 0.28 0.15
HSL 336.36º 0.57% 0.66% -
HSV(B) 336.36º 0.46% 0.85% -
XYZ 41.18 30.14 35.55 -
YUV 152.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 217 118 157 0 0.46 0.28 0.15 336.36 0.57 0.66
Hex D9 76 9D 0 2E 1C F 150 39 42
Octal 331 166 235 0 56 34 17 520 71 102
Binary 11011001 1110110 10011101 0 101110 11100 1111 101010000 111001 1000010

Color Harmonies of #D9769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9769D

Black with #D9769D

Text Example


Text Example

White with #D9769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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