Html Css Color HEX #DF68AC Hot Pink

📋 copy color: '#DF68AC'

red 223 ◦ green 104 ◦ blue 172

#DF68AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DF68AC

Tints of Hot Pink #DF68AC

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 value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF68AC (or 0xDF68AC) is known color: 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

RGB 223 104 172 -
CMYK 0 0.53 0.23 0.13
HSL 325.71º 0.65% 0.64% -
HSV(B) 325.71º 0.53% 0.87% -
XYZ 42.83 28.57 42.29 -
YUV 147.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 223 104 172 0 0.53 0.23 0.13 325.71 0.65 0.64
Hex DF 68 AC 0 35 17 D 146 41 40
Octal 337 150 254 0 65 27 15 506 101 100
Binary 11011111 1101000 10101100 0 110101 10111 1101 101000110 1000001 1000000

Color Harmonies of #DF68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68AC

Black with #DF68AC

Text Example


Text Example

White with #DF68AC

Text Example


Text Example

HTML Codes & Css Web 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>