#DF68AC

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

Shades of Hot Pink #DF68AC

Tints of Hot Pink #DF68AC

Color information

#DF68AC (or 0xDF68AC) is unknown color: approx Hot Pink. HEX triplet: DF, 68 and AC. RGB value is (223,104,172). Sum of RGB (Red+Green+Blue) = 223+104+172=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68AC is #209753. Grayscale: #939393. Windows color (decimal): -2135892 or 11299039. OLE color: 11299039.

HSL color Cylindrical-coordinate representation of color #DF68AC: hue angle of 325.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 #DF68AC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223104172-
CMYK00.530.230.13
HSL325.71º65.03%64.12%-
HSV(B)325.71º53.36%87.45%-
XYZ42.8328.5742.29-
YUV147.33141.92181.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=44.69%
G=20.84%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310417200.530.230.13325.7165.0364.12
HexDF68AC03517D1464140
Octal3371502540652715506101100
Binary11011111110100010101100011010110111110110100011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68AC; }

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

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

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

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

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

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

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

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