Html Css Color HEX #DF18AF Spicy Pink

📋 copy color: '#DF18AF'

red 223 ◦ green 24 ◦ blue 175

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

Shades of Spicy Pink #DF18AF

Tints of Spicy Pink #DF18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.69%

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

R = 52.84%
G = 5.69%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF18AF (or 0xDF18AF) is known color: Spicy Pink. HEX triplet: DF, 18 and AF. RGB value is (223,24,175). Sum of RGB (Red+Green+Blue) = 223+24+175=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18AF is #20E750. Grayscale: #646464. Windows color (decimal): -2156369 or 11475167. OLE color: 11475167.

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

Color convert

RGB 223 24 175 -
CMYK 0 0.89 0.22 0.13
HSL 314.47º 0.81% 0.48% -
HSV(B) 314.47º 0.89% 0.87% -
XYZ 38.5 19.44 42.28 -
YUV 100.72 169.93 215.22 -
System Red Green Blue C M Y K H S L
Decimal 223 24 175 0 0.89 0.22 0.13 314.47 0.81 0.48
Hex DF 18 AF 0 59 16 D 13A 51 30
Octal 337 30 257 0 131 26 15 472 121 60
Binary 11011111 11000 10101111 0 1011001 10110 1101 100111010 1010001 110000

Color Harmonies of #DF18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF18AF

Black with #DF18AF

Text Example


Text Example

White with #DF18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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