Html Css Color HEX #DD779A Pale Violet Red

📋 copy color: '#DD779A'

red 221 ◦ green 119 ◦ blue 154

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

Shades of Pale Violet Red #DD779A

Tints of Pale Violet Red #DD779A

RGB

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

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

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

R = 44.74%
G = 24.09%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD779A (or 0xDD779A) is known color: Pale Violet Red. HEX triplet: DD, 77 and 9A. RGB value is (221,119,154). Sum of RGB (Red+Green+Blue) = 221+119+154=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD779A is #228865. Grayscale: #999999. Windows color (decimal): -2263142 or 10123229. OLE color: 10123229.

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

Color convert

RGB 221 119 154 -
CMYK 0 0.46 0.30 0.13
HSL 339.41º 0.6% 0.67% -
HSV(B) 339.41º 0.46% 0.87% -
XYZ 42.25 30.9 34.31 -
YUV 153.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 221 119 154 0 0.46 0.30 0.13 339.41 0.6 0.67
Hex DD 77 9A 0 2E 1E D 153 3C 43
Octal 335 167 232 0 56 36 15 523 74 103
Binary 11011101 1110111 10011010 0 101110 11110 1101 101010011 111100 1000011

Color Harmonies of #DD779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD779A

Black with #DD779A

Text Example


Text Example

White with #DD779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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