Html Css Color HEX #DF68AF Hot Pink

📋 copy color: '#DF68AF'

red 223 ◦ green 104 ◦ blue 175

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

Shades of Hot Pink #DF68AF

Tints of Hot Pink #DF68AF

RGB

 RED value IS 223 (87.5% from 255) = 44.42%

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 44.42%
G = 20.72%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF68AF (or 0xDF68AF) is known color: Hot Pink. HEX triplet: DF, 68 and AF. RGB value is (223,104,175). Sum of RGB (Red+Green+Blue) = 223+104+175=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68AF is #209750. Grayscale: #939393. Windows color (decimal): -2135889 or 11495647. OLE color: 11495647.

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

Color convert

RGB 223 104 175 -
CMYK 0 0.53 0.22 0.13
HSL 324.2º 0.65% 0.64% -
HSV(B) 324.2º 0.53% 0.87% -
XYZ 43.12 28.68 43.82 -
YUV 147.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 223 104 175 0 0.53 0.22 0.13 324.2 0.65 0.64
Hex DF 68 AF 0 35 16 D 144 41 40
Octal 337 150 257 0 65 26 15 504 101 100
Binary 11011111 1101000 10101111 0 110101 10110 1101 101000100 1000001 1000000

Color Harmonies of #DF68AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68AF

Black with #DF68AF

Text Example


Text Example

White with #DF68AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68AF; }

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

 H1.HeaderClassName
 {
   color: #DF68AF;
 }
 .AnyTagClassName
 {
   color: #DF68AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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