Html Css Color HEX #DD73A3 Pale Violet Red

📋 copy color: '#DD73A3'

red 221 ◦ green 115 ◦ blue 163

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

Shades of Pale Violet Red #DD73A3

Tints of Pale Violet Red #DD73A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.67%

R = 44.29%
G = 23.05%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD73A3 (or 0xDD73A3) is known color: Pale Violet Red. HEX triplet: DD, 73 and A3. RGB value is (221,115,163). Sum of RGB (Red+Green+Blue) = 221+115+163=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A3 is #228C5C. Grayscale: #989898. Windows color (decimal): -2264157 or 10712029. OLE color: 10712029.

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

Color convert

RGB 221 115 163 -
CMYK 0 0.48 0.26 0.13
HSL 332.83º 0.61% 0.66% -
HSV(B) 332.83º 0.48% 0.87% -
XYZ 42.56 30.28 38.25 -
YUV 152.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 221 115 163 0 0.48 0.26 0.13 332.83 0.61 0.66
Hex DD 73 A3 0 30 1A D 14D 3D 42
Octal 335 163 243 0 60 32 15 515 75 102
Binary 11011101 1110011 10100011 0 110000 11010 1101 101001101 111101 1000010

Color Harmonies of #DD73A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73A3

Black with #DD73A3

Text Example


Text Example

White with #DD73A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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