Html Css Color HEX #DF64AC Hot Pink

📋 copy color: '#DF64AC'

red 223 ◦ green 100 ◦ blue 172

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

Shades of Hot Pink #DF64AC

Tints of Hot Pink #DF64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 45.05%
G = 20.2%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF64AC (or 0xDF64AC) is known color: Hot Pink. HEX triplet: DF, 64 and AC. RGB value is (223,100,172). Sum of RGB (Red+Green+Blue) = 223+100+172=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64AC is #209B53. Grayscale: #909090. Windows color (decimal): -2136916 or 11298015. OLE color: 11298015.

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

Color convert

RGB 223 100 172 -
CMYK 0 0.55 0.23 0.13
HSL 324.88º 0.66% 0.63% -
HSV(B) 324.88º 0.55% 0.87% -
XYZ 42.44 27.78 42.16 -
YUV 144.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 223 100 172 0 0.55 0.23 0.13 324.88 0.66 0.63
Hex DF 64 AC 0 37 17 D 145 42 3F
Octal 337 144 254 0 67 27 15 505 102 77
Binary 11011111 1100100 10101100 0 110111 10111 1101 101000101 1000010 111111

Color Harmonies of #DF64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF64AC

Black with #DF64AC

Text Example


Text Example

White with #DF64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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