Html Css Color HEX #DD62AD Hot Pink

📋 copy color: '#DD62AD'

red 221 ◦ green 98 ◦ blue 173

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

Shades of Hot Pink #DD62AD

Tints of Hot Pink #DD62AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.92%

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

R = 44.92%
G = 19.92%
B = 35.16%

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

#DD62AD (or 0xDD62AD) is known color: Hot Pink. HEX triplet: DD, 62 and AD. RGB value is (221,98,173). Sum of RGB (Red+Green+Blue) = 221+98+173=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AD is #229D52. Grayscale: #8F8F8F. Windows color (decimal): -2268499 or 11363037. OLE color: 11363037.

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

Color convert

RGB 221 98 173 -
CMYK 0 0.56 0.22 0.13
HSL 323.41º 0.64% 0.63% -
HSV(B) 323.41º 0.56% 0.87% -
XYZ 41.73 27.12 42.57 -
YUV 143.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 221 98 173 0 0.56 0.22 0.13 323.41 0.64 0.63
Hex DD 62 AD 0 38 16 D 143 40 3F
Octal 335 142 255 0 70 26 15 503 100 77
Binary 11011101 1100010 10101101 0 111000 10110 1101 101000011 1000000 111111

Color Harmonies of #DD62AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62AD

Black with #DD62AD

Text Example


Text Example

White with #DD62AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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