Html Css Color HEX #DF28B1 Spicy Pink

📋 copy color: '#DF28B1'

red 223 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #DF28B1

Tints of Spicy Pink #DF28B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 50.68%
G = 9.09%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF28B1 (or 0xDF28B1) is known color: Spicy Pink. HEX triplet: DF, 28 and B1. RGB value is (223,40,177). Sum of RGB (Red+Green+Blue) = 223+40+177=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28B1 is #20D74E. Grayscale: #6D6D6D. Windows color (decimal): -2152271 or 11610335. OLE color: 11610335.

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

Color convert

RGB 223 40 177 -
CMYK 0 0.82 0.21 0.13
HSL 315.08º 0.74% 0.52% -
HSV(B) 315.08º 0.82% 0.87% -
XYZ 39.13 20.38 43.47 -
YUV 110.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 223 40 177 0 0.82 0.21 0.13 315.08 0.74 0.52
Hex DF 28 B1 0 52 15 D 13B 4A 34
Octal 337 50 261 0 122 25 15 473 112 64
Binary 11011111 101000 10110001 0 1010010 10101 1101 100111011 1001010 110100

Color Harmonies of #DF28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF28B1

Black with #DF28B1

Text Example


Text Example

White with #DF28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF28B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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