Html Css Color HEX #DD77AC Pale Violet Red

📋 copy color: '#DD77AC'

red 221 ◦ green 119 ◦ blue 172

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

Shades of Pale Violet Red #DD77AC

Tints of Pale Violet Red #DD77AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 43.16%
G = 23.24%
B = 33.59%

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

#DD77AC (or 0xDD77AC) is known color: Pale Violet Red. HEX triplet: DD, 77 and AC. RGB value is (221,119,172). Sum of RGB (Red+Green+Blue) = 221+119+172=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AC is #228853. Grayscale: #9B9B9B. Windows color (decimal): -2263124 or 11302877. OLE color: 11302877.

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

Color convert

RGB 221 119 172 -
CMYK 0 0.46 0.22 0.13
HSL 328.82º 0.6% 0.67% -
HSV(B) 328.82º 0.46% 0.87% -
XYZ 43.86 31.54 42.81 -
YUV 155.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 221 119 172 0 0.46 0.22 0.13 328.82 0.6 0.67
Hex DD 77 AC 0 2E 16 D 149 3C 43
Octal 335 167 254 0 56 26 15 511 74 103
Binary 11011101 1110111 10101100 0 101110 10110 1101 101001001 111100 1000011

Color Harmonies of #DD77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77AC

Black with #DD77AC

Text Example


Text Example

White with #DD77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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