Html Css Color HEX #DD5FB5 Hot Pink

📋 copy color: '#DD5FB5'

red 221 ◦ green 95 ◦ blue 181

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

Shades of Hot Pink #DD5FB5

Tints of Hot Pink #DD5FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 44.47%
G = 19.11%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD5FB5 (or 0xDD5FB5) is known color: Hot Pink. HEX triplet: DD, 5F and B5. RGB value is (221,95,181). Sum of RGB (Red+Green+Blue) = 221+95+181=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FB5 is #22A04A. Grayscale: #8E8E8E. Windows color (decimal): -2269259 or 11886557. OLE color: 11886557.

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

Color convert

RGB 221 95 181 -
CMYK 0 0.57 0.18 0.13
HSL 319.05º 0.65% 0.62% -
HSV(B) 319.05º 0.57% 0.87% -
XYZ 42.25 26.89 46.68 -
YUV 142.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 221 95 181 0 0.57 0.18 0.13 319.05 0.65 0.62
Hex DD 5F B5 0 39 12 D 13F 41 3E
Octal 335 137 265 0 71 22 15 477 101 76
Binary 11011101 1011111 10110101 0 111001 10010 1101 100111111 1000001 111110

Color Harmonies of #DD5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FB5

Black with #DD5FB5

Text Example


Text Example

White with #DD5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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