#DD62B1

Color #DD62B1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DD62B1

Tints of Hot Pink #DD62B1

Color information

#DD62B1 (or 0xDD62B1) is unknown color: approx Hot Pink. HEX triplet: DD, 62 and B1. RGB value is (221,98,177). Sum of RGB (Red+Green+Blue) = 221+98+177=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62B1 is #229D4E. Grayscale: #8F8F8F. Windows color (decimal): -2268495 or 11625181. OLE color: 11625181.

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

Color convert

RGB22198177-
CMYK00.560.200.13
HSL321.46º64.4%62.55%-
HSV(B)321.46º55.66%86.67%-
XYZ42.1227.2844.64-
YUV143.78146.75183.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 98 (38.67% from 255) = 19.76%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=44.56%
G=19.76%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219817700.560.200.13321.4664.462.55
HexDD62B103814D141403f
Octal335142261070241550110077
Binary1101110111000101011000101110001010011011010000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62B1; }

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

 H1.HeaderClassName
 {
   color: #DD62B1;
 }
 .AnyTagClassName
 {
   color: #DD62B1;
 }
</style>
background-color css

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

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

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

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

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

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