Html Css Color HEX #DD62B3 Hot Pink

📋 copy color: '#DD62B3'

red 221 ◦ green 98 ◦ blue 179

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

Shades of Hot Pink #DD62B3

Tints of Hot Pink #DD62B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 44.38%
G = 19.68%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD62B3 (or 0xDD62B3) is known color: Hot Pink. HEX triplet: DD, 62 and B3. RGB value is (221,98,179). Sum of RGB (Red+Green+Blue) = 221+98+179=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62B3 is #229D4C. Grayscale: #8F8F8F. Windows color (decimal): -2268493 or 11756253. OLE color: 11756253.

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

Color convert

RGB 221 98 179 -
CMYK 0 0.56 0.19 0.13
HSL 320.49º 0.64% 0.63% -
HSV(B) 320.49º 0.56% 0.87% -
XYZ 42.32 27.36 45.7 -
YUV 144.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 221 98 179 0 0.56 0.19 0.13 320.49 0.64 0.63
Hex DD 62 B3 0 38 13 D 140 40 3F
Octal 335 142 263 0 70 23 15 500 100 77
Binary 11011101 1100010 10110011 0 111000 10011 1101 101000000 1000000 111111

Color Harmonies of #DD62B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62B3

Black with #DD62B3

Text Example


Text Example

White with #DD62B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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