Html Css Color HEX #DD71AA Pale Violet Red

📋 copy color: '#DD71AA'

red 221 ◦ green 113 ◦ blue 170

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

Shades of Pale Violet Red #DD71AA

Tints of Pale Violet Red #DD71AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 43.85%
G = 22.42%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD71AA (or 0xDD71AA) is known color: Pale Violet Red. HEX triplet: DD, 71 and AA. RGB value is (221,113,170). Sum of RGB (Red+Green+Blue) = 221+113+170=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71AA is #228E55. Grayscale: #979797. Windows color (decimal): -2264662 or 11170269. OLE color: 11170269.

HSL color Cylindrical-coordinate representation of color #DD71AA: hue angle of 328.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71AA is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 170 -
CMYK 0 0.49 0.23 0.13
HSL 328.33º 0.61% 0.65% -
HSV(B) 328.33º 0.49% 0.87% -
XYZ 42.98 30.08 41.57 -
YUV 151.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 221 113 170 0 0.49 0.23 0.13 328.33 0.61 0.65
Hex DD 71 AA 0 31 17 D 148 3D 41
Octal 335 161 252 0 61 27 15 510 75 101
Binary 11011101 1110001 10101010 0 110001 10111 1101 101001000 111101 1000001

Color Harmonies of #DD71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71AA

Black with #DD71AA

Text Example


Text Example

White with #DD71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71AA; }

 p { color: rgb(221,113,170); }

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

background-color css

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

 a { background-color: rgb(221,113,170); }

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

border-color css

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

 span { border-color: rgb(221,113,170); }

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