Html Css Color HEX #DD5DAC Hot Pink

📋 copy color: '#DD5DAC'

red 221 ◦ green 93 ◦ blue 172

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

Shades of Hot Pink #DD5DAC

Tints of Hot Pink #DD5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

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

R = 45.47%
G = 19.14%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD5DAC (or 0xDD5DAC) is known color: Hot Pink. HEX triplet: DD, 5D and AC. RGB value is (221,93,172). Sum of RGB (Red+Green+Blue) = 221+93+172=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DAC is #22A253. Grayscale: #8C8C8C. Windows color (decimal): -2269780 or 11296221. OLE color: 11296221.

HSL color Cylindrical-coordinate representation of color #DD5DAC: hue angle of 322.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DAC is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 172 -
CMYK 0 0.58 0.22 0.13
HSL 322.97º 0.65% 0.62% -
HSV(B) 322.97º 0.58% 0.87% -
XYZ 41.18 26.18 41.91 -
YUV 140.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 221 93 172 0 0.58 0.22 0.13 322.97 0.65 0.62
Hex DD 5D AC 0 3A 16 D 143 41 3E
Octal 335 135 254 0 72 26 15 503 101 76
Binary 11011101 1011101 10101100 0 111010 10110 1101 101000011 1000001 111110

Color Harmonies of #DD5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DAC

Black with #DD5DAC

Text Example


Text Example

White with #DD5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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