Html Css Color HEX #DD60AD Hot Pink

📋 copy color: '#DD60AD'

red 221 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #DD60AD

Tints of Hot Pink #DD60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 173 (67.97% from 255) = 35.31%

R = 45.1%
G = 19.59%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD60AD (or 0xDD60AD) is known color: Hot Pink. HEX triplet: DD, 60 and AD. RGB value is (221,96,173). Sum of RGB (Red+Green+Blue) = 221+96+173=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60AD is #229F52. Grayscale: #8D8D8D. Windows color (decimal): -2269011 or 11362525. OLE color: 11362525.

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

Color convert

RGB 221 96 173 -
CMYK 0 0.57 0.22 0.13
HSL 323.04º 0.65% 0.62% -
HSV(B) 323.04º 0.57% 0.87% -
XYZ 41.54 26.76 42.51 -
YUV 142.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 221 96 173 0 0.57 0.22 0.13 323.04 0.65 0.62
Hex DD 60 AD 0 39 16 D 143 41 3E
Octal 335 140 255 0 71 26 15 503 101 76
Binary 11011101 1100000 10101101 0 111001 10110 1101 101000011 1000001 111110

Color Harmonies of #DD60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60AD

Black with #DD60AD

Text Example


Text Example

White with #DD60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60AD; }

 p { color: rgb(221,96,173); }

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

background-color css

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

 a { background-color: rgb(221,96,173); }

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

border-color css

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

 span { border-color: rgb(221,96,173); }

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