Html Css Color HEX #DD5AB1 Hot Pink

📋 copy color: '#DD5AB1'

red 221 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #DD5AB1

Tints of Hot Pink #DD5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 45.29%
G = 18.44%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD5AB1 (or 0xDD5AB1) is known color: Hot Pink. HEX triplet: DD, 5A and B1. RGB value is (221,90,177). Sum of RGB (Red+Green+Blue) = 221+90+177=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AB1 is #22A54E. Grayscale: #8A8A8A. Windows color (decimal): -2270543 or 11623133. OLE color: 11623133.

HSL color Cylindrical-coordinate representation of color #DD5AB1: hue angle of 320.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5AB1 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 177 -
CMYK 0 0.59 0.20 0.13
HSL 320.15º 0.66% 0.61% -
HSV(B) 320.15º 0.59% 0.87% -
XYZ 41.41 25.86 44.4 -
YUV 139.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 221 90 177 0 0.59 0.20 0.13 320.15 0.66 0.61
Hex DD 5A B1 0 3B 14 D 140 42 3D
Octal 335 132 261 0 73 24 15 500 102 75
Binary 11011101 1011010 10110001 0 111011 10100 1101 101000000 1000010 111101

Color Harmonies of #DD5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AB1

Black with #DD5AB1

Text Example


Text Example

White with #DD5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AB1; }

 p { color: rgb(221,90,177); }

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

background-color css

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

 a { background-color: rgb(221,90,177); }

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

border-color css

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

 span { border-color: rgb(221,90,177); }

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