Html Css Color HEX #DF25AB Spicy Pink

📋 copy color: '#DF25AB'

red 223 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #DF25AB

Tints of Spicy Pink #DF25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 51.74%
G = 8.58%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF25AB (or 0xDF25AB) is known color: Spicy Pink. HEX triplet: DF, 25 and AB. RGB value is (223,37,171). Sum of RGB (Red+Green+Blue) = 223+37+171=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AB is #20DA54. Grayscale: #6B6B6B. Windows color (decimal): -2153045 or 11216351. OLE color: 11216351.

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

Color convert

RGB 223 37 171 -
CMYK 0 0.83 0.23 0.13
HSL 316.77º 0.74% 0.51% -
HSV(B) 316.77º 0.83% 0.87% -
XYZ 38.44 19.95 40.35 -
YUV 107.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 223 37 171 0 0.83 0.23 0.13 316.77 0.74 0.51
Hex DF 25 AB 0 53 17 D 13D 4A 33
Octal 337 45 253 0 123 27 15 475 112 63
Binary 11011111 100101 10101011 0 1010011 10111 1101 100111101 1001010 110011

Color Harmonies of #DF25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25AB

Black with #DF25AB

Text Example


Text Example

White with #DF25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25AB; }

 p { color: rgb(223,37,171); }

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

background-color css

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

 a { background-color: rgb(223,37,171); }

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

border-color css

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

 span { border-color: rgb(223,37,171); }

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