Html Css Color HEX #DD5DB1 Hot Pink

📋 copy color: '#DD5DB1'

red 221 ◦ green 93 ◦ blue 177

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

Shades of Hot Pink #DD5DB1

Tints of Hot Pink #DD5DB1

RGB

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

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

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

R = 45.01%
G = 18.94%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD5DB1 (or 0xDD5DB1) is known color: Hot Pink. HEX triplet: DD, 5D and B1. RGB value is (221,93,177). Sum of RGB (Red+Green+Blue) = 221+93+177=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DB1 is #22A24E. Grayscale: #8C8C8C. Windows color (decimal): -2269775 or 11623901. OLE color: 11623901.

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

Color convert

RGB 221 93 177 -
CMYK 0 0.58 0.20 0.13
HSL 320.63º 0.65% 0.62% -
HSV(B) 320.63º 0.58% 0.87% -
XYZ 41.67 26.38 44.49 -
YUV 140.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 221 93 177 0 0.58 0.20 0.13 320.63 0.65 0.62
Hex DD 5D B1 0 3A 14 D 141 41 3E
Octal 335 135 261 0 72 24 15 501 101 76
Binary 11011101 1011101 10110001 0 111010 10100 1101 101000001 1000001 111110

Color Harmonies of #DD5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DB1

Black with #DD5DB1

Text Example


Text Example

White with #DD5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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