Html Css Color HEX #DF1BAB Spicy Pink

📋 copy color: '#DF1BAB'

red 223 ◦ green 27 ◦ blue 171

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

Shades of Spicy Pink #DF1BAB

Tints of Spicy Pink #DF1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.41%

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

R = 52.97%
G = 6.41%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF1BAB (or 0xDF1BAB) is known color: Spicy Pink. HEX triplet: DF, 1B and AB. RGB value is (223,27,171). Sum of RGB (Red+Green+Blue) = 223+27+171=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1BAB is #20E454. Grayscale: #656565. Windows color (decimal): -2155605 or 11213791. OLE color: 11213791.

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

Color convert

RGB 223 27 171 -
CMYK 0 0.88 0.23 0.13
HSL 315.92º 0.78% 0.49% -
HSV(B) 315.92º 0.88% 0.87% -
XYZ 38.17 19.41 40.26 -
YUV 102.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 223 27 171 0 0.88 0.23 0.13 315.92 0.78 0.49
Hex DF 1B AB 0 58 17 D 13C 4E 31
Octal 337 33 253 0 130 27 15 474 116 61
Binary 11011111 11011 10101011 0 1011000 10111 1101 100111100 1001110 110001

Color Harmonies of #DF1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1BAB

Black with #DF1BAB

Text Example


Text Example

White with #DF1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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