#DD6DAF

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

Shades of Hot Pink #DD6DAF

Tints of Hot Pink #DD6DAF

Color information

#DD6DAF (or 0xDD6DAF) is unknown color: approx Hot Pink. HEX triplet: DD, 6D and AF. RGB value is (221,109,175). Sum of RGB (Red+Green+Blue) = 221+109+175=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DAF is #229250. Grayscale: #959595. Windows color (decimal): -2265681 or 11496925. OLE color: 11496925.

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

Color convert

RGB221109175-
CMYK00.510.210.13
HSL324.64º62.22%64.71%-
HSV(B)324.64º50.68%86.67%-
XYZ43.0329.443.97-
YUV150.01142.11178.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=43.76%
G=21.58%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110917500.510.210.13324.6462.2264.71
HexDD6DAF03315D1453e41
Octal335155257063251550576101
Binary1101110111011011010111101100111010111011010001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DAF; }

 p { color: rgb(221,109,175); }

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

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

 a { background-color: rgb(221,109,175); }

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

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

 span { border-color: rgb(221,109,175); }

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