Html Css Color HEX #DD5E9F Pale Violet Red

📋 copy color: '#DD5E9F'

red 221 ◦ green 94 ◦ blue 159

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

Shades of Pale Violet Red #DD5E9F

Tints of Pale Violet Red #DD5E9F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.83%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 46.62%
G = 19.83%
B = 33.54%

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

#DD5E9F (or 0xDD5E9F) is known color: Pale Violet Red. HEX triplet: DD, 5E and 9F. RGB value is (221,94,159). Sum of RGB (Red+Green+Blue) = 221+94+159=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E9F is #22A160. Grayscale: #8B8B8B. Windows color (decimal): -2269537 or 10444509. OLE color: 10444509.

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

Color convert

RGB 221 94 159 -
CMYK 0 0.57 0.28 0.13
HSL 329.29º 0.65% 0.62% -
HSV(B) 329.29º 0.57% 0.87% -
XYZ 40.08 25.88 35.68 -
YUV 139.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 221 94 159 0 0.57 0.28 0.13 329.29 0.65 0.62
Hex DD 5E 9F 0 39 1C D 149 41 3E
Octal 335 136 237 0 71 34 15 511 101 76
Binary 11011101 1011110 10011111 0 111001 11100 1101 101001001 1000001 111110

Color Harmonies of #DD5E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E9F

Black with #DD5E9F

Text Example


Text Example

White with #DD5E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E9F; }

 p { color: rgb(221,94,159); }

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

background-color css

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

 a { background-color: rgb(221,94,159); }

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

border-color css

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

 span { border-color: rgb(221,94,159); }

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