#DD60B1

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

Shades of Hot Pink #DD60B1

Tints of Hot Pink #DD60B1

Color information

#DD60B1 (or 0xDD60B1) is unknown color: approx Hot Pink. HEX triplet: DD, 60 and B1. RGB value is (221,96,177). Sum of RGB (Red+Green+Blue) = 221+96+177=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60B1 is #229F4E. Grayscale: #8E8E8E. Windows color (decimal): -2269007 or 11624669. OLE color: 11624669.

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

Color convert

RGB22196177-
CMYK00.570.200.13
HSL321.12º64.77%62.16%-
HSV(B)321.12º56.56%86.67%-
XYZ41.9426.9144.58-
YUV142.61147.41183.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=44.74%
G=19.43%
B=35.83%

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
Decimal2219617700.570.200.13321.1264.7762.16
HexDD60B103914D141413e
Octal335140261071241550110176
Binary1101110111000001011000101110011010011011010000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60B1; }

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

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

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

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

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

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

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

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