Html Css Color HEX #DF25B1 Spicy Pink

📋 copy color: '#DF25B1'

red 223 ◦ green 37 ◦ blue 177

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

Shades of Spicy Pink #DF25B1

Tints of Spicy Pink #DF25B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 51.03%
G = 8.47%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF25B1 (or 0xDF25B1) is known color: Spicy Pink. HEX triplet: DF, 25 and B1. RGB value is (223,37,177). Sum of RGB (Red+Green+Blue) = 223+37+177=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25B1 is #20DA4E. Grayscale: #6C6C6C. Windows color (decimal): -2153039 or 11609567. OLE color: 11609567.

HSL color Cylindrical-coordinate representation of color #DF25B1: hue angle of 314.84º 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 #DF25B1 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 177 -
CMYK 0 0.83 0.21 0.13
HSL 314.84º 0.74% 0.51% -
HSV(B) 314.84º 0.83% 0.87% -
XYZ 39.03 20.19 43.43 -
YUV 108.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 223 37 177 0 0.83 0.21 0.13 314.84 0.74 0.51
Hex DF 25 B1 0 53 15 D 13B 4A 33
Octal 337 45 261 0 123 25 15 473 112 63
Binary 11011111 100101 10110001 0 1010011 10101 1101 100111011 1001010 110011

Color Harmonies of #DF25B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25B1

Black with #DF25B1

Text Example


Text Example

White with #DF25B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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