Html Css Color HEX #DD5DAF Hot Pink

📋 copy color: '#DD5DAF'

red 221 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #DD5DAF

Tints of Hot Pink #DD5DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 45.19%
G = 19.02%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD5DAF (or 0xDD5DAF) is known color: Hot Pink. HEX triplet: DD, 5D and AF. RGB value is (221,93,175). Sum of RGB (Red+Green+Blue) = 221+93+175=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DAF is #22A250. Grayscale: #8C8C8C. Windows color (decimal): -2269777 or 11492829. OLE color: 11492829.

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

Color convert

RGB 221 93 175 -
CMYK 0 0.58 0.21 0.13
HSL 321.56º 0.65% 0.62% -
HSV(B) 321.56º 0.58% 0.87% -
XYZ 41.47 26.3 43.45 -
YUV 140.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 221 93 175 0 0.58 0.21 0.13 321.56 0.65 0.62
Hex DD 5D AF 0 3A 15 D 142 41 3E
Octal 335 135 257 0 72 25 15 502 101 76
Binary 11011101 1011101 10101111 0 111010 10101 1101 101000010 1000001 111110

Color Harmonies of #DD5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DAF

Black with #DD5DAF

Text Example


Text Example

White with #DD5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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