Html Css Color HEX #DF66AD Hot Pink

📋 copy color: '#DF66AD'

red 223 ◦ green 102 ◦ blue 173

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

Shades of Hot Pink #DF66AD

Tints of Hot Pink #DF66AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 44.78%
G = 20.48%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF66AD (or 0xDF66AD) is known color: Hot Pink. HEX triplet: DF, 66 and AD. RGB value is (223,102,173). Sum of RGB (Red+Green+Blue) = 223+102+173=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66AD is #209952. Grayscale: #929292. Windows color (decimal): -2136403 or 11364063. OLE color: 11364063.

HSL color Cylindrical-coordinate representation of color #DF66AD: hue angle of 324.79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66AD is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 173 -
CMYK 0 0.54 0.22 0.13
HSL 324.79º 0.65% 0.64% -
HSV(B) 324.79º 0.54% 0.87% -
XYZ 42.73 28.21 42.73 -
YUV 146.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 223 102 173 0 0.54 0.22 0.13 324.79 0.65 0.64
Hex DF 66 AD 0 36 16 D 145 41 40
Octal 337 146 255 0 66 26 15 505 101 100
Binary 11011111 1100110 10101101 0 110110 10110 1101 101000101 1000001 1000000

Color Harmonies of #DF66AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66AD

Black with #DF66AD

Text Example


Text Example

White with #DF66AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66AD; }

 p { color: rgb(223,102,173); }

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

background-color css

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

 a { background-color: rgb(223,102,173); }

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

border-color css

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

 span { border-color: rgb(223,102,173); }

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