Html Css Color HEX #DB24B5 Spicy Pink

📋 copy color: '#DB24B5'

red 219 ◦ green 36 ◦ blue 181

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

Shades of Spicy Pink #DB24B5

Tints of Spicy Pink #DB24B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.51%

R = 50.23%
G = 8.26%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB24B5 (or 0xDB24B5) is known color: Spicy Pink. HEX triplet: DB, 24 and B5. RGB value is (219,36,181). Sum of RGB (Red+Green+Blue) = 219+36+181=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24B5 is #24DB4A. Grayscale: #6A6A6A. Windows color (decimal): -2415435 or 11871451. OLE color: 11871451.

HSL color Cylindrical-coordinate representation of color #DB24B5: hue angle of 312.46º 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 #DB24B5 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 181 -
CMYK 0 0.84 0.17 0.14
HSL 312.46º 0.72% 0.5% -
HSV(B) 312.46º 0.84% 0.86% -
XYZ 38.18 19.66 45.5 -
YUV 107.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 219 36 181 0 0.84 0.17 0.14 312.46 0.72 0.5
Hex DB 24 B5 0 54 11 E 138 48 32
Octal 333 44 265 0 124 21 16 470 110 62
Binary 11011011 100100 10110101 0 1010100 10001 1110 100111000 1001000 110010

Color Harmonies of #DB24B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24B5

Black with #DB24B5

Text Example


Text Example

White with #DB24B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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