Html Css Color HEX #DB24AB Spicy Pink

📋 copy color: '#DB24AB'

red 219 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #DB24AB

Tints of Spicy Pink #DB24AB

RGB

 RED value IS 219 (85.94% from 255) = 51.41%

 GREEN value IS 36 (14.45% from 255) = 8.45%

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

R = 51.41%
G = 8.45%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB24AB (or 0xDB24AB) is known color: Spicy Pink. HEX triplet: DB, 24 and AB. RGB value is (219,36,171). Sum of RGB (Red+Green+Blue) = 219+36+171=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24AB is #24DB54. Grayscale: #696969. Windows color (decimal): -2415445 or 11216091. OLE color: 11216091.

HSL color Cylindrical-coordinate representation of color #DB24AB: hue angle of 315.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24AB is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 171 -
CMYK 0 0.84 0.22 0.14
HSL 315.74º 0.72% 0.5% -
HSV(B) 315.74º 0.84% 0.86% -
XYZ 37.19 19.26 40.29 -
YUV 106.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 219 36 171 0 0.84 0.22 0.14 315.74 0.72 0.5
Hex DB 24 AB 0 54 16 E 13C 48 32
Octal 333 44 253 0 124 26 16 474 110 62
Binary 11011011 100100 10101011 0 1010100 10110 1110 100111100 1001000 110010

Color Harmonies of #DB24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24AB

Black with #DB24AB

Text Example


Text Example

White with #DB24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24AB; }

 p { color: rgb(219,36,171); }

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

background-color css

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

 a { background-color: rgb(219,36,171); }

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

border-color css

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

 span { border-color: rgb(219,36,171); }

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