Html Css Color HEX #DD5EAE Hot Pink

📋 copy color: '#DD5EAE'

red 221 ◦ green 94 ◦ blue 174

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

Shades of Hot Pink #DD5EAE

Tints of Hot Pink #DD5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 45.19%
G = 19.22%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD5EAE (or 0xDD5EAE) is known color: Hot Pink. HEX triplet: DD, 5E and AE. RGB value is (221,94,174). Sum of RGB (Red+Green+Blue) = 221+94+174=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EAE is #22A151. Grayscale: #8C8C8C. Windows color (decimal): -2269522 or 11427549. OLE color: 11427549.

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

Color convert

RGB 221 94 174 -
CMYK 0 0.57 0.21 0.13
HSL 322.2º 0.65% 0.62% -
HSV(B) 322.2º 0.57% 0.87% -
XYZ 41.46 26.43 42.96 -
YUV 141.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 221 94 174 0 0.57 0.21 0.13 322.2 0.65 0.62
Hex DD 5E AE 0 39 15 D 142 41 3E
Octal 335 136 256 0 71 25 15 502 101 76
Binary 11011101 1011110 10101110 0 111001 10101 1101 101000010 1000001 111110

Color Harmonies of #DD5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EAE

Black with #DD5EAE

Text Example


Text Example

White with #DD5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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