Html Css Color HEX #DD62B0 Hot Pink

📋 copy color: '#DD62B0'

red 221 ◦ green 98 ◦ blue 176

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

Shades of Hot Pink #DD62B0

Tints of Hot Pink #DD62B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 44.65%
G = 19.8%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD62B0 (or 0xDD62B0) is known color: Hot Pink. HEX triplet: DD, 62 and B0. RGB value is (221,98,176). Sum of RGB (Red+Green+Blue) = 221+98+176=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62B0 is #229D4F. Grayscale: #8F8F8F. Windows color (decimal): -2268496 or 11559645. OLE color: 11559645.

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

Color convert

RGB 221 98 176 -
CMYK 0 0.56 0.20 0.13
HSL 321.95º 0.64% 0.63% -
HSV(B) 321.95º 0.56% 0.87% -
XYZ 42.02 27.24 44.12 -
YUV 143.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 221 98 176 0 0.56 0.20 0.13 321.95 0.64 0.63
Hex DD 62 B0 0 38 14 D 142 40 3F
Octal 335 142 260 0 70 24 15 502 100 77
Binary 11011101 1100010 10110000 0 111000 10100 1101 101000010 1000000 111111

Color Harmonies of #DD62B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62B0

Black with #DD62B0

Text Example


Text Example

White with #DD62B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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