#DD62B0

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

Shades of Hot Pink #DD62B0

Tints of Hot Pink #DD62B0

Color information

#DD62B0 (or 0xDD62B0) is unknown color: approx 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

RGB22198176-
CMYK00.560.200.13
HSL321.95º64.4%62.55%-
HSV(B)321.95º55.66%86.67%-
XYZ42.0227.2444.12-
YUV143.67146.25183.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 98 (38.67% from 255) = 19.80%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=44.65%
G=19.80%
B=35.56%

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
Decimal2219817600.560.200.13321.9564.462.55
HexDD62B003814D142403f
Octal335142260070241550210077
Binary1101110111000101011000001110001010011011010000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>