Html Css Color HEX #DD5A9A Pale Violet Red

📋 copy color: '#DD5A9A'

red 221 ◦ green 90 ◦ blue 154

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

Shades of Pale Violet Red #DD5A9A

Tints of Pale Violet Red #DD5A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.35%

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 47.53%
G = 19.35%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD5A9A (or 0xDD5A9A) is known color: Pale Violet Red. HEX triplet: DD, 5A and 9A. RGB value is (221,90,154). Sum of RGB (Red+Green+Blue) = 221+90+154=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A9A is #22A565. Grayscale: #888888. Windows color (decimal): -2270566 or 10115805. OLE color: 10115805.

HSL color Cylindrical-coordinate representation of color #DD5A9A: hue angle of 330.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A9A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 154 -
CMYK 0 0.59 0.30 0.13
HSL 330.69º 0.66% 0.61% -
HSV(B) 330.69º 0.59% 0.87% -
XYZ 39.31 25.02 33.33 -
YUV 136.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 221 90 154 0 0.59 0.30 0.13 330.69 0.66 0.61
Hex DD 5A 9A 0 3B 1E D 14B 42 3D
Octal 335 132 232 0 73 36 15 513 102 75
Binary 11011101 1011010 10011010 0 111011 11110 1101 101001011 1000010 111101

Color Harmonies of #DD5A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A9A

Black with #DD5A9A

Text Example


Text Example

White with #DD5A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A9A; }

 p { color: rgb(221,90,154); }

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

background-color css

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

 a { background-color: rgb(221,90,154); }

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

border-color css

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

 span { border-color: rgb(221,90,154); }

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