Html Css Color HEX #DD73A5 Pale Violet Red

📋 copy color: '#DD73A5'

red 221 ◦ green 115 ◦ blue 165

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

Shades of Pale Violet Red #DD73A5

Tints of Pale Violet Red #DD73A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.93%

R = 44.11%
G = 22.95%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD73A5 (or 0xDD73A5) is known color: Pale Violet Red. HEX triplet: DD, 73 and A5. RGB value is (221,115,165). Sum of RGB (Red+Green+Blue) = 221+115+165=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A5 is #228C5A. Grayscale: #989898. Windows color (decimal): -2264155 or 10843101. OLE color: 10843101.

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

Color convert

RGB 221 115 165 -
CMYK 0 0.48 0.25 0.13
HSL 331.7º 0.61% 0.66% -
HSV(B) 331.7º 0.48% 0.87% -
XYZ 42.74 30.35 39.2 -
YUV 152.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 221 115 165 0 0.48 0.25 0.13 331.7 0.61 0.66
Hex DD 73 A5 0 30 19 D 14C 3D 42
Octal 335 163 245 0 60 31 15 514 75 102
Binary 11011101 1110011 10100101 0 110000 11001 1101 101001100 111101 1000010

Color Harmonies of #DD73A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73A5

Black with #DD73A5

Text Example


Text Example

White with #DD73A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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