Html Css Color HEX #DF22AD Spicy Pink

📋 copy color: '#DF22AD'

red 223 ◦ green 34 ◦ blue 173

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

Shades of Spicy Pink #DF22AD

Tints of Spicy Pink #DF22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

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

R = 51.86%
G = 7.91%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF22AD (or 0xDF22AD) is known color: Spicy Pink. HEX triplet: DF, 22 and AD. RGB value is (223,34,173). Sum of RGB (Red+Green+Blue) = 223+34+173=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF22AD is #20DD52. Grayscale: #696969. Windows color (decimal): -2153811 or 11346655. OLE color: 11346655.

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

Color convert

RGB 223 34 173 -
CMYK 0 0.85 0.22 0.13
HSL 315.87º 0.75% 0.5% -
HSV(B) 315.87º 0.85% 0.87% -
XYZ 38.55 19.85 41.33 -
YUV 106.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 223 34 173 0 0.85 0.22 0.13 315.87 0.75 0.5
Hex DF 22 AD 0 55 16 D 13C 4B 32
Octal 337 42 255 0 125 26 15 474 113 62
Binary 11011111 100010 10101101 0 1010101 10110 1101 100111100 1001011 110010

Color Harmonies of #DF22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF22AD

Black with #DF22AD

Text Example


Text Example

White with #DF22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF22AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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