Html Css Color HEX #DD73A4 Pale Violet Red

📋 copy color: '#DD73A4'

red 221 ◦ green 115 ◦ blue 164

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

Shades of Pale Violet Red #DD73A4

Tints of Pale Violet Red #DD73A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 44.2%
G = 23%
B = 32.8%

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

#DD73A4 (or 0xDD73A4) is known color: Pale Violet Red. HEX triplet: DD, 73 and A4. RGB value is (221,115,164). Sum of RGB (Red+Green+Blue) = 221+115+164=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A4 is #228C5B. Grayscale: #989898. Windows color (decimal): -2264156 or 10777565. OLE color: 10777565.

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

Color convert

RGB 221 115 164 -
CMYK 0 0.48 0.26 0.13
HSL 332.26º 0.61% 0.66% -
HSV(B) 332.26º 0.48% 0.87% -
XYZ 42.65 30.31 38.73 -
YUV 152.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 221 115 164 0 0.48 0.26 0.13 332.26 0.61 0.66
Hex DD 73 A4 0 30 1A D 14C 3D 42
Octal 335 163 244 0 60 32 15 514 75 102
Binary 11011101 1110011 10100100 0 110000 11010 1101 101001100 111101 1000010

Color Harmonies of #DD73A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73A4

Black with #DD73A4

Text Example


Text Example

White with #DD73A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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