#DF68AE

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

Shades of Hot Pink #DF68AE

Tints of Hot Pink #DF68AE

Color information

#DF68AE (or 0xDF68AE) is unknown color: approx Hot Pink. HEX triplet: DF, 68 and AE. RGB value is (223,104,174). Sum of RGB (Red+Green+Blue) = 223+104+174=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68AE is #209751. Grayscale: #939393. Windows color (decimal): -2135890 or 11430111. OLE color: 11430111.

HSL color Cylindrical-coordinate representation of color #DF68AE: hue angle of 324.71º degrees, saturation: 0.65, 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 #DF68AE is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223104174-
CMYK00.530.220.13
HSL324.71º65.03%64.12%-
HSV(B)324.71º53.36%87.45%-
XYZ43.0228.6443.31-
YUV147.56142.92181.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=44.51%
G=20.76%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310417400.530.220.13324.7165.0364.12
HexDF68AE03516D1454140
Octal3371502560652615505101100
Binary11011111110100010101110011010110110110110100010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68AE; }

 p { color: rgb(223,104,174); }

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

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

 a { background-color: rgb(223,104,174); }

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

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

 span { border-color: rgb(223,104,174); }

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