Html Css Color HEX #DD77AD Pale Violet Red

📋 copy color: '#DD77AD'

red 221 ◦ green 119 ◦ blue 173

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

Shades of Pale Violet Red #DD77AD

Tints of Pale Violet Red #DD77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 43.08%
G = 23.2%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD77AD (or 0xDD77AD) is known color: Pale Violet Red. HEX triplet: DD, 77 and AD. RGB value is (221,119,173). Sum of RGB (Red+Green+Blue) = 221+119+173=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AD is #228852. Grayscale: #9B9B9B. Windows color (decimal): -2263123 or 11368413. OLE color: 11368413.

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

Color convert

RGB 221 119 173 -
CMYK 0 0.46 0.22 0.13
HSL 328.24º 0.6% 0.67% -
HSV(B) 328.24º 0.46% 0.87% -
XYZ 43.96 31.58 43.31 -
YUV 155.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 221 119 173 0 0.46 0.22 0.13 328.24 0.6 0.67
Hex DD 77 AD 0 2E 16 D 148 3C 43
Octal 335 167 255 0 56 26 15 510 74 103
Binary 11011101 1110111 10101101 0 101110 10110 1101 101001000 111100 1000011

Color Harmonies of #DD77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77AD

Black with #DD77AD

Text Example


Text Example

White with #DD77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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