Html Css Color HEX #DD5A93 Pale Violet Red

📋 copy color: '#DD5A93'

red 221 ◦ green 90 ◦ blue 147

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

Shades of Pale Violet Red #DD5A93

Tints of Pale Violet Red #DD5A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.1%

R = 48.25%
G = 19.65%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5A93 (or 0xDD5A93) is known color: Pale Violet Red. HEX triplet: DD, 5A and 93. RGB value is (221,90,147). Sum of RGB (Red+Green+Blue) = 221+90+147=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A93 is #22A56C. Grayscale: #878787. Windows color (decimal): -2270573 or 9657053. OLE color: 9657053.

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

Color convert

RGB 221 90 147 -
CMYK 0 0.59 0.33 0.13
HSL 333.89º 0.66% 0.61% -
HSV(B) 333.89º 0.59% 0.87% -
XYZ 38.74 24.79 30.35 -
YUV 135.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 221 90 147 0 0.59 0.33 0.13 333.89 0.66 0.61
Hex DD 5A 93 0 3B 21 D 14E 42 3D
Octal 335 132 223 0 73 41 15 516 102 75
Binary 11011101 1011010 10010011 0 111011 100001 1101 101001110 1000010 111101

Color Harmonies of #DD5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A93

Black with #DD5A93

Text Example


Text Example

White with #DD5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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