Html Css Color HEX #DD73A1 Pale Violet Red

📋 copy color: '#DD73A1'

red 221 ◦ green 115 ◦ blue 161

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

Shades of Pale Violet Red #DD73A1

Tints of Pale Violet Red #DD73A1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 44.47%
G = 23.14%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD73A1 (or 0xDD73A1) is known color: Pale Violet Red. HEX triplet: DD, 73 and A1. RGB value is (221,115,161). Sum of RGB (Red+Green+Blue) = 221+115+161=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A1 is #228C5E. Grayscale: #979797. Windows color (decimal): -2264159 or 10580957. OLE color: 10580957.

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

Color convert

RGB 221 115 161 -
CMYK 0 0.48 0.27 0.13
HSL 333.96º 0.61% 0.66% -
HSV(B) 333.96º 0.48% 0.87% -
XYZ 42.38 30.21 37.31 -
YUV 151.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 221 115 161 0 0.48 0.27 0.13 333.96 0.61 0.66
Hex DD 73 A1 0 30 1B D 14E 3D 42
Octal 335 163 241 0 60 33 15 516 75 102
Binary 11011101 1110011 10100001 0 110000 11011 1101 101001110 111101 1000010

Color Harmonies of #DD73A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73A1

Black with #DD73A1

Text Example


Text Example

White with #DD73A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73A1; }

 p { color: rgb(221,115,161); }

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

background-color css

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

 a { background-color: rgb(221,115,161); }

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

border-color css

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

 span { border-color: rgb(221,115,161); }

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