Html Css Color HEX #DD62B6 Hot Pink

📋 copy color: '#DD62B6'

red 221 ◦ green 98 ◦ blue 182

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

Shades of Hot Pink #DD62B6

Tints of Hot Pink #DD62B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 44.11%
G = 19.56%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD62B6 (or 0xDD62B6) is known color: Hot Pink. HEX triplet: DD, 62 and B6. RGB value is (221,98,182). Sum of RGB (Red+Green+Blue) = 221+98+182=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62B6 is #229D49. Grayscale: #909090. Windows color (decimal): -2268490 or 11952861. OLE color: 11952861.

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

Color convert

RGB 221 98 182 -
CMYK 0 0.56 0.18 0.13
HSL 319.02º 0.64% 0.63% -
HSV(B) 319.02º 0.56% 0.87% -
XYZ 42.63 27.48 47.31 -
YUV 144.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 221 98 182 0 0.56 0.18 0.13 319.02 0.64 0.63
Hex DD 62 B6 0 38 12 D 13F 40 3F
Octal 335 142 266 0 70 22 15 477 100 77
Binary 11011101 1100010 10110110 0 111000 10010 1101 100111111 1000000 111111

Color Harmonies of #DD62B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62B6

Black with #DD62B6

Text Example


Text Example

White with #DD62B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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