Html Css Color HEX #DD5FA0 Pale Violet Red

📋 copy color: '#DD5FA0'

red 221 ◦ green 95 ◦ blue 160

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

Shades of Pale Violet Red #DD5FA0

Tints of Pale Violet Red #DD5FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 46.43%
G = 19.96%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD5FA0 (or 0xDD5FA0) is known color: Pale Violet Red. HEX triplet: DD, 5F and A0. RGB value is (221,95,160). Sum of RGB (Red+Green+Blue) = 221+95+160=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FA0 is #22A05F. Grayscale: #8B8B8B. Windows color (decimal): -2269280 or 10510301. OLE color: 10510301.

HSL color Cylindrical-coordinate representation of color #DD5FA0: hue angle of 329.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FA0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 160 -
CMYK 0 0.57 0.28 0.13
HSL 329.05º 0.65% 0.62% -
HSV(B) 329.05º 0.57% 0.87% -
XYZ 40.26 26.09 36.17 -
YUV 140.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 221 95 160 0 0.57 0.28 0.13 329.05 0.65 0.62
Hex DD 5F A0 0 39 1C D 149 41 3E
Octal 335 137 240 0 71 34 15 511 101 76
Binary 11011101 1011111 10100000 0 111001 11100 1101 101001001 1000001 111110

Color Harmonies of #DD5FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FA0

Black with #DD5FA0

Text Example


Text Example

White with #DD5FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FA0; }

 p { color: rgb(221,95,160); }

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

background-color css

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

 a { background-color: rgb(221,95,160); }

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

border-color css

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

 span { border-color: rgb(221,95,160); }

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