Html Css Color HEX #DD5FB2 Hot Pink

📋 copy color: '#DD5FB2'

red 221 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #DD5FB2

Tints of Hot Pink #DD5FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 44.74%
G = 19.23%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD5FB2 (or 0xDD5FB2) is known color: Hot Pink. HEX triplet: DD, 5F and B2. RGB value is (221,95,178). Sum of RGB (Red+Green+Blue) = 221+95+178=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FB2 is #22A04D. Grayscale: #8D8D8D. Windows color (decimal): -2269262 or 11689949. OLE color: 11689949.

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

Color convert

RGB 221 95 178 -
CMYK 0 0.57 0.19 0.13
HSL 320.48º 0.65% 0.62% -
HSV(B) 320.48º 0.57% 0.87% -
XYZ 41.95 26.77 45.08 -
YUV 142.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 221 95 178 0 0.57 0.19 0.13 320.48 0.65 0.62
Hex DD 5F B2 0 39 13 D 140 41 3E
Octal 335 137 262 0 71 23 15 500 101 76
Binary 11011101 1011111 10110010 0 111001 10011 1101 101000000 1000001 111110

Color Harmonies of #DD5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FB2

Black with #DD5FB2

Text Example


Text Example

White with #DD5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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