Html Css Color HEX #DD62AF Hot Pink

📋 copy color: '#DD62AF'

red 221 ◦ green 98 ◦ blue 175

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

Shades of Hot Pink #DD62AF

Tints of Hot Pink #DD62AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 44.74%
G = 19.84%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD62AF (or 0xDD62AF) is known color: Hot Pink. HEX triplet: DD, 62 and AF. RGB value is (221,98,175). Sum of RGB (Red+Green+Blue) = 221+98+175=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AF is #229D50. Grayscale: #8F8F8F. Windows color (decimal): -2268497 or 11494109. OLE color: 11494109.

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

Color convert

RGB 221 98 175 -
CMYK 0 0.56 0.21 0.13
HSL 322.44º 0.64% 0.63% -
HSV(B) 322.44º 0.56% 0.87% -
XYZ 41.92 27.2 43.6 -
YUV 143.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 221 98 175 0 0.56 0.21 0.13 322.44 0.64 0.63
Hex DD 62 AF 0 38 15 D 142 40 3F
Octal 335 142 257 0 70 25 15 502 100 77
Binary 11011101 1100010 10101111 0 111000 10101 1101 101000010 1000000 111111

Color Harmonies of #DD62AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62AF

Black with #DD62AF

Text Example


Text Example

White with #DD62AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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