Html Css Color HEX #DD73A2 Pale Violet Red

📋 copy color: '#DD73A2'

red 221 ◦ green 115 ◦ blue 162

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

Shades of Pale Violet Red #DD73A2

Tints of Pale Violet Red #DD73A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.53%

R = 44.38%
G = 23.09%
B = 32.53%

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

#DD73A2 (or 0xDD73A2) is known color: Pale Violet Red. HEX triplet: DD, 73 and A2. RGB value is (221,115,162). Sum of RGB (Red+Green+Blue) = 221+115+162=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A2 is #228C5D. Grayscale: #979797. Windows color (decimal): -2264158 or 10646493. OLE color: 10646493.

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

Color convert

RGB 221 115 162 -
CMYK 0 0.48 0.27 0.13
HSL 333.4º 0.61% 0.66% -
HSV(B) 333.4º 0.48% 0.87% -
XYZ 42.47 30.24 37.78 -
YUV 152.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 221 115 162 0 0.48 0.27 0.13 333.4 0.61 0.66
Hex DD 73 A2 0 30 1B D 14D 3D 42
Octal 335 163 242 0 60 33 15 515 75 102
Binary 11011101 1110011 10100010 0 110000 11011 1101 101001101 111101 1000010

Color Harmonies of #DD73A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73A2

Black with #DD73A2

Text Example


Text Example

White with #DD73A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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