Html Css Color HEX #DD5EAC Hot Pink

📋 copy color: '#DD5EAC'

red 221 ◦ green 94 ◦ blue 172

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

Shades of Hot Pink #DD5EAC

Tints of Hot Pink #DD5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 45.38%
G = 19.3%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD5EAC (or 0xDD5EAC) is known color: Hot Pink. HEX triplet: DD, 5E and AC. RGB value is (221,94,172). Sum of RGB (Red+Green+Blue) = 221+94+172=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EAC is #22A153. Grayscale: #8C8C8C. Windows color (decimal): -2269524 or 11296477. OLE color: 11296477.

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

Color convert

RGB 221 94 172 -
CMYK 0 0.57 0.22 0.13
HSL 323.15º 0.65% 0.62% -
HSV(B) 323.15º 0.57% 0.87% -
XYZ 41.27 26.36 41.94 -
YUV 140.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 221 94 172 0 0.57 0.22 0.13 323.15 0.65 0.62
Hex DD 5E AC 0 39 16 D 143 41 3E
Octal 335 136 254 0 71 26 15 503 101 76
Binary 11011101 1011110 10101100 0 111001 10110 1101 101000011 1000001 111110

Color Harmonies of #DD5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EAC

Black with #DD5EAC

Text Example


Text Example

White with #DD5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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