Html Css Color HEX #DB24A9 Spicy Pink

📋 copy color: '#DB24A9'

red 219 ◦ green 36 ◦ blue 169

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

Shades of Spicy Pink #DB24A9

Tints of Spicy Pink #DB24A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 51.65%
G = 8.49%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB24A9 (or 0xDB24A9) is known color: Spicy Pink. HEX triplet: DB, 24 and A9. RGB value is (219,36,169). Sum of RGB (Red+Green+Blue) = 219+36+169=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24A9 is #24DB56. Grayscale: #696969. Windows color (decimal): -2415447 or 11085019. OLE color: 11085019.

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

Color convert

RGB 219 36 169 -
CMYK 0 0.84 0.23 0.14
HSL 316.39º 0.72% 0.5% -
HSV(B) 316.39º 0.84% 0.86% -
XYZ 37.01 19.19 39.29 -
YUV 105.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 219 36 169 0 0.84 0.23 0.14 316.39 0.72 0.5
Hex DB 24 A9 0 54 17 E 13C 48 32
Octal 333 44 251 0 124 27 16 474 110 62
Binary 11011011 100100 10101001 0 1010100 10111 1110 100111100 1001000 110010

Color Harmonies of #DB24A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24A9

Black with #DB24A9

Text Example


Text Example

White with #DB24A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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