Html Css Color HEX #DD5DB4 Hot Pink

📋 copy color: '#DD5DB4'

red 221 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #DD5DB4

Tints of Hot Pink #DD5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 44.74%
G = 18.83%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD5DB4 (or 0xDD5DB4) is known color: Hot Pink. HEX triplet: DD, 5D and B4. RGB value is (221,93,180). Sum of RGB (Red+Green+Blue) = 221+93+180=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB4 is #22A24B. Grayscale: #8C8C8C. Windows color (decimal): -2269772 or 11820509. OLE color: 11820509.

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

Color convert

RGB 221 93 180 -
CMYK 0 0.58 0.19 0.13
HSL 319.22º 0.65% 0.62% -
HSV(B) 319.22º 0.58% 0.87% -
XYZ 41.97 26.5 46.08 -
YUV 141.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 221 93 180 0 0.58 0.19 0.13 319.22 0.65 0.62
Hex DD 5D B4 0 3A 13 D 13F 41 3E
Octal 335 135 264 0 72 23 15 477 101 76
Binary 11011101 1011101 10110100 0 111010 10011 1101 100111111 1000001 111110

Color Harmonies of #DD5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DB4

Black with #DD5DB4

Text Example


Text Example

White with #DD5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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