Html Css Color HEX #DB24B2 Spicy Pink

📋 copy color: '#DB24B2'

red 219 ◦ green 36 ◦ blue 178

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

Shades of Spicy Pink #DB24B2

Tints of Spicy Pink #DB24B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 50.58%
G = 8.31%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB24B2 (or 0xDB24B2) is known color: Spicy Pink. HEX triplet: DB, 24 and B2. RGB value is (219,36,178). Sum of RGB (Red+Green+Blue) = 219+36+178=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24B2 is #24DB4D. Grayscale: #6A6A6A. Windows color (decimal): -2415438 or 11674843. OLE color: 11674843.

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

Color convert

RGB 219 36 178 -
CMYK 0 0.84 0.19 0.14
HSL 313.44º 0.72% 0.5% -
HSV(B) 313.44º 0.84% 0.86% -
XYZ 37.88 19.54 43.89 -
YUV 106.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 219 36 178 0 0.84 0.19 0.14 313.44 0.72 0.5
Hex DB 24 B2 0 54 13 E 139 48 32
Octal 333 44 262 0 124 23 16 471 110 62
Binary 11011011 100100 10110010 0 1010100 10011 1110 100111001 1001000 110010

Color Harmonies of #DB24B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24B2

Black with #DB24B2

Text Example


Text Example

White with #DB24B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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