#DD69AF

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

Shades of Hot Pink #DD69AF

Tints of Hot Pink #DD69AF

Color information

#DD69AF (or 0xDD69AF) is unknown color: approx Hot Pink. HEX triplet: DD, 69 and AF. RGB value is (221,105,175). Sum of RGB (Red+Green+Blue) = 221+105+175=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69AF is #229650. Grayscale: #939393. Windows color (decimal): -2266705 or 11495901. OLE color: 11495901.

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

Color convert

RGB221105175-
CMYK00.520.210.13
HSL323.79º63.04%63.92%-
HSV(B)323.79º52.49%86.67%-
XYZ42.6128.5743.83-
YUV147.66143.43180.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=44.11%
G=20.96%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110517500.520.210.13323.7963.0463.92
HexDD69AF03415D1443f40
Octal335151257064251550477100
Binary1101110111010011010111101101001010111011010001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69AF; }

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

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

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

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

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

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

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

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