Html Css Color HEX #DD5FAF Hot Pink

📋 copy color: '#DD5FAF'

red 221 ◦ green 95 ◦ blue 175

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

Shades of Hot Pink #DD5FAF

Tints of Hot Pink #DD5FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

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

R = 45.01%
G = 19.35%
B = 35.64%

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

#DD5FAF (or 0xDD5FAF) is known color: Hot Pink. HEX triplet: DD, 5F and AF. RGB value is (221,95,175). Sum of RGB (Red+Green+Blue) = 221+95+175=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FAF is #22A050. Grayscale: #8D8D8D. Windows color (decimal): -2269265 or 11493341. OLE color: 11493341.

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

Color convert

RGB 221 95 175 -
CMYK 0 0.57 0.21 0.13
HSL 321.9º 0.65% 0.62% -
HSV(B) 321.9º 0.57% 0.87% -
XYZ 41.65 26.65 43.51 -
YUV 141.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 221 95 175 0 0.57 0.21 0.13 321.9 0.65 0.62
Hex DD 5F AF 0 39 15 D 142 41 3E
Octal 335 137 257 0 71 25 15 502 101 76
Binary 11011101 1011111 10101111 0 111001 10101 1101 101000010 1000001 111110

Color Harmonies of #DD5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FAF

Black with #DD5FAF

Text Example


Text Example

White with #DD5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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