Html Css Color HEX #DD73AC Pale Violet Red

📋 copy color: '#DD73AC'

red 221 ◦ green 115 ◦ blue 172

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

Shades of Pale Violet Red #DD73AC

Tints of Pale Violet Red #DD73AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 43.5%
G = 22.64%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD73AC (or 0xDD73AC) is known color: Pale Violet Red. HEX triplet: DD, 73 and AC. RGB value is (221,115,172). Sum of RGB (Red+Green+Blue) = 221+115+172=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73AC is #228C53. Grayscale: #999999. Windows color (decimal): -2264148 or 11301853. OLE color: 11301853.

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

Color convert

RGB 221 115 172 -
CMYK 0 0.48 0.22 0.13
HSL 327.74º 0.61% 0.66% -
HSV(B) 327.74º 0.48% 0.87% -
XYZ 43.4 30.61 42.65 -
YUV 153.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 221 115 172 0 0.48 0.22 0.13 327.74 0.61 0.66
Hex DD 73 AC 0 30 16 D 148 3D 42
Octal 335 163 254 0 60 26 15 510 75 102
Binary 11011101 1110011 10101100 0 110000 10110 1101 101001000 111101 1000010

Color Harmonies of #DD73AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73AC

Black with #DD73AC

Text Example


Text Example

White with #DD73AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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