Html Css Color HEX #DD5AB0 Hot Pink

📋 copy color: '#DD5AB0'

red 221 ◦ green 90 ◦ blue 176

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

Shades of Hot Pink #DD5AB0

Tints of Hot Pink #DD5AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 45.38%
G = 18.48%
B = 36.14%

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

#DD5AB0 (or 0xDD5AB0) is known color: Hot Pink. HEX triplet: DD, 5A and B0. RGB value is (221,90,176). Sum of RGB (Red+Green+Blue) = 221+90+176=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AB0 is #22A54F. Grayscale: #8A8A8A. Windows color (decimal): -2270544 or 11557597. OLE color: 11557597.

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

Color convert

RGB 221 90 176 -
CMYK 0 0.59 0.20 0.13
HSL 320.61º 0.66% 0.61% -
HSV(B) 320.61º 0.59% 0.87% -
XYZ 41.31 25.82 43.88 -
YUV 138.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 221 90 176 0 0.59 0.20 0.13 320.61 0.66 0.61
Hex DD 5A B0 0 3B 14 D 141 42 3D
Octal 335 132 260 0 73 24 15 501 102 75
Binary 11011101 1011010 10110000 0 111011 10100 1101 101000001 1000010 111101

Color Harmonies of #DD5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AB0

Black with #DD5AB0

Text Example


Text Example

White with #DD5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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