Html Css Color HEX #DD779E Pale Violet Red

📋 copy color: '#DD779E'

red 221 ◦ green 119 ◦ blue 158

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

Shades of Pale Violet Red #DD779E

Tints of Pale Violet Red #DD779E

RGB

 RED value IS 221 (86.72% from 255) = 44.38%

 GREEN value IS 119 (46.88% from 255) = 23.9%

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 44.38%
G = 23.9%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD779E (or 0xDD779E) is known color: Pale Violet Red. HEX triplet: DD, 77 and 9E. RGB value is (221,119,158). Sum of RGB (Red+Green+Blue) = 221+119+158=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD779E is #228861. Grayscale: #999999. Windows color (decimal): -2263138 or 10385373. OLE color: 10385373.

HSL color Cylindrical-coordinate representation of color #DD779E: hue angle of 337.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD779E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 158 -
CMYK 0 0.46 0.29 0.13
HSL 337.06º 0.6% 0.67% -
HSV(B) 337.06º 0.46% 0.87% -
XYZ 42.59 31.03 36.09 -
YUV 153.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 221 119 158 0 0.46 0.29 0.13 337.06 0.6 0.67
Hex DD 77 9E 0 2E 1D D 151 3C 43
Octal 335 167 236 0 56 35 15 521 74 103
Binary 11011101 1110111 10011110 0 101110 11101 1101 101010001 111100 1000011

Color Harmonies of #DD779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD779E

Black with #DD779E

Text Example


Text Example

White with #DD779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD779E; }

 p { color: rgb(221,119,158); }

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

background-color css

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

 a { background-color: rgb(221,119,158); }

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

border-color css

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

 span { border-color: rgb(221,119,158); }

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