Html Css Color HEX #DD5E99 Pale Violet Red

📋 copy color: '#DD5E99'

red 221 ◦ green 94 ◦ blue 153

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

Shades of Pale Violet Red #DD5E99

Tints of Pale Violet Red #DD5E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 47.22%
G = 20.09%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5E99 (or 0xDD5E99) is known color: Pale Violet Red. HEX triplet: DD, 5E and 99. RGB value is (221,94,153). Sum of RGB (Red+Green+Blue) = 221+94+153=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E99 is #22A166. Grayscale: #8A8A8A. Windows color (decimal): -2269543 or 10051293. OLE color: 10051293.

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

Color convert

RGB 221 94 153 -
CMYK 0 0.57 0.31 0.13
HSL 332.13º 0.65% 0.62% -
HSV(B) 332.13º 0.57% 0.87% -
XYZ 39.57 25.68 33.01 -
YUV 138.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 221 94 153 0 0.57 0.31 0.13 332.13 0.65 0.62
Hex DD 5E 99 0 39 1F D 14C 41 3E
Octal 335 136 231 0 71 37 15 514 101 76
Binary 11011101 1011110 10011001 0 111001 11111 1101 101001100 1000001 111110

Color Harmonies of #DD5E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E99

Black with #DD5E99

Text Example


Text Example

White with #DD5E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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