Html Css Color HEX #DF25B0 Spicy Pink

📋 copy color: '#DF25B0'

red 223 ◦ green 37 ◦ blue 176

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

Shades of Spicy Pink #DF25B0

Tints of Spicy Pink #DF25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 51.15%
G = 8.49%
B = 40.37%

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

#DF25B0 (or 0xDF25B0) is known color: Spicy Pink. HEX triplet: DF, 25 and B0. RGB value is (223,37,176). Sum of RGB (Red+Green+Blue) = 223+37+176=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25B0 is #20DA4F. Grayscale: #6C6C6C. Windows color (decimal): -2153040 or 11544031. OLE color: 11544031.

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

Color convert

RGB 223 37 176 -
CMYK 0 0.83 0.21 0.13
HSL 315.16º 0.74% 0.51% -
HSV(B) 315.16º 0.83% 0.87% -
XYZ 38.93 20.15 42.91 -
YUV 108.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 223 37 176 0 0.83 0.21 0.13 315.16 0.74 0.51
Hex DF 25 B0 0 53 15 D 13B 4A 33
Octal 337 45 260 0 123 25 15 473 112 63
Binary 11011111 100101 10110000 0 1010011 10101 1101 100111011 1001010 110011

Color Harmonies of #DF25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25B0

Black with #DF25B0

Text Example


Text Example

White with #DF25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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