Html Css Color HEX #DD61AD Hot Pink

📋 copy color: '#DD61AD'

red 221 ◦ green 97 ◦ blue 173

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

Shades of Hot Pink #DD61AD

Tints of Hot Pink #DD61AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.76%

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

R = 45.01%
G = 19.76%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD61AD (or 0xDD61AD) is known color: Hot Pink. HEX triplet: DD, 61 and AD. RGB value is (221,97,173). Sum of RGB (Red+Green+Blue) = 221+97+173=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61AD is #229E52. Grayscale: #8E8E8E. Windows color (decimal): -2268755 or 11362781. OLE color: 11362781.

HSL color Cylindrical-coordinate representation of color #DD61AD: hue angle of 323.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61AD is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 173 -
CMYK 0 0.56 0.22 0.13
HSL 323.23º 0.65% 0.62% -
HSV(B) 323.23º 0.56% 0.87% -
XYZ 41.64 26.94 42.54 -
YUV 142.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 221 97 173 0 0.56 0.22 0.13 323.23 0.65 0.62
Hex DD 61 AD 0 38 16 D 143 41 3E
Octal 335 141 255 0 70 26 15 503 101 76
Binary 11011101 1100001 10101101 0 111000 10110 1101 101000011 1000001 111110

Color Harmonies of #DD61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61AD

Black with #DD61AD

Text Example


Text Example

White with #DD61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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