Html Css Color HEX #DD71AD Pale Violet Red

📋 copy color: '#DD71AD'

red 221 ◦ green 113 ◦ blue 173

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

Shades of Pale Violet Red #DD71AD

Tints of Pale Violet Red #DD71AD

RGB

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

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

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

R = 43.59%
G = 22.29%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD71AD (or 0xDD71AD) is known color: Pale Violet Red. HEX triplet: DD, 71 and AD. RGB value is (221,113,173). Sum of RGB (Red+Green+Blue) = 221+113+173=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71AD is #228E52. Grayscale: #989898. Windows color (decimal): -2264659 or 11366877. OLE color: 11366877.

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

Color convert

RGB 221 113 173 -
CMYK 0 0.49 0.22 0.13
HSL 326.67º 0.61% 0.65% -
HSV(B) 326.67º 0.49% 0.87% -
XYZ 43.27 30.2 43.08 -
YUV 152.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 221 113 173 0 0.49 0.22 0.13 326.67 0.61 0.65
Hex DD 71 AD 0 31 16 D 147 3D 41
Octal 335 161 255 0 61 26 15 507 75 101
Binary 11011101 1110001 10101101 0 110001 10110 1101 101000111 111101 1000001

Color Harmonies of #DD71AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71AD

Black with #DD71AD

Text Example


Text Example

White with #DD71AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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