#DD68B0

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

Shades of Hot Pink #DD68B0

Tints of Hot Pink #DD68B0

Color information

#DD68B0 (or 0xDD68B0) is unknown color: approx Hot Pink. HEX triplet: DD, 68 and B0. RGB value is (221,104,176). Sum of RGB (Red+Green+Blue) = 221+104+176=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68B0 is #22974F. Grayscale: #939393. Windows color (decimal): -2266960 or 11561181. OLE color: 11561181.

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

Color convert

RGB221104176-
CMYK00.530.200.13
HSL323.08º63.24%63.73%-
HSV(B)323.08º52.94%86.67%-
XYZ42.6128.4144.31-
YUV147.19144.26180.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=44.11%
G=20.76%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110417600.530.200.13323.0863.2463.73
HexDD68B003514D1433f40
Octal335150260065241550377100
Binary1101110111010001011000001101011010011011010000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68B0; }

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

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

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

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

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

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

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

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