#DD60B0

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

Shades of Hot Pink #DD60B0

Tints of Hot Pink #DD60B0

Color information

#DD60B0 (or 0xDD60B0) is unknown color: approx Hot Pink. HEX triplet: DD, 60 and B0. RGB value is (221,96,176). Sum of RGB (Red+Green+Blue) = 221+96+176=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60B0 is #229F4F. Grayscale: #8E8E8E. Windows color (decimal): -2269008 or 11559133. OLE color: 11559133.

HSL color Cylindrical-coordinate representation of color #DD60B0: hue angle of 321.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60B0 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22196176-
CMYK00.570.200.13
HSL321.6º64.77%62.16%-
HSV(B)321.6º56.56%86.67%-
XYZ41.8426.8744.06-
YUV142.49146.91184-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=44.83%
G=19.47%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219617600.570.200.13321.664.7762.16
HexDD60B003914D142413e
Octal335140260071241550210176
Binary1101110111000001011000001110011010011011010000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60B0; }

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

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

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

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

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

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

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

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