#DD65B0

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

Shades of Hot Pink #DD65B0

Tints of Hot Pink #DD65B0

Color information

#DD65B0 (or 0xDD65B0) is unknown color: approx Hot Pink. HEX triplet: DD, 65 and B0. RGB value is (221,101,176). Sum of RGB (Red+Green+Blue) = 221+101+176=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65B0 is #229A4F. Grayscale: #919191. Windows color (decimal): -2267728 or 11560413. OLE color: 11560413.

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

Color convert

RGB221101176-
CMYK00.540.200.13
HSL322.5º63.83%63.14%-
HSV(B)322.5º54.3%86.67%-
XYZ42.3127.8144.21-
YUV145.43145.26181.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=44.38%
G=20.28%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110117600.540.200.13322.563.8363.14
HexDD65B003614D142403f
Octal335145260066241550210077
Binary1101110111001011011000001101101010011011010000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65B0; }

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

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

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

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

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

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

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

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