Html Css Color HEX #DB24B6 Spicy Pink

📋 copy color: '#DB24B6'

red 219 ◦ green 36 ◦ blue 182

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

Shades of Spicy Pink #DB24B6

Tints of Spicy Pink #DB24B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 50.11%
G = 8.24%
B = 41.65%

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

#DB24B6 (or 0xDB24B6) is known color: Spicy Pink. HEX triplet: DB, 24 and B6. RGB value is (219,36,182). Sum of RGB (Red+Green+Blue) = 219+36+182=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24B6 is #24DB49. Grayscale: #6A6A6A. Windows color (decimal): -2415434 or 11936987. OLE color: 11936987.

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

Color convert

RGB 219 36 182 -
CMYK 0 0.84 0.17 0.14
HSL 312.13º 0.72% 0.5% -
HSV(B) 312.13º 0.84% 0.86% -
XYZ 38.29 19.7 46.04 -
YUV 107.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 219 36 182 0 0.84 0.17 0.14 312.13 0.72 0.5
Hex DB 24 B6 0 54 11 E 138 48 32
Octal 333 44 266 0 124 21 16 470 110 62
Binary 11011011 100100 10110110 0 1010100 10001 1110 100111000 1001000 110010

Color Harmonies of #DB24B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24B6

Black with #DB24B6

Text Example


Text Example

White with #DB24B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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