Html Css Color HEX #DB24A8 Spicy Pink

📋 copy color: '#DB24A8'

red 219 ◦ green 36 ◦ blue 168

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

Shades of Spicy Pink #DB24A8

Tints of Spicy Pink #DB24A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 51.77%
G = 8.51%
B = 39.72%

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

#DB24A8 (or 0xDB24A8) is known color: Spicy Pink. HEX triplet: DB, 24 and A8. RGB value is (219,36,168). Sum of RGB (Red+Green+Blue) = 219+36+168=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24A8 is #24DB57. Grayscale: #696969. Windows color (decimal): -2415448 or 11019483. OLE color: 11019483.

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

Color convert

RGB 219 36 168 -
CMYK 0 0.84 0.23 0.14
HSL 316.72º 0.72% 0.5% -
HSV(B) 316.72º 0.84% 0.86% -
XYZ 36.91 19.15 38.8 -
YUV 105.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 219 36 168 0 0.84 0.23 0.14 316.72 0.72 0.5
Hex DB 24 A8 0 54 17 E 13D 48 32
Octal 333 44 250 0 124 27 16 475 110 62
Binary 11011011 100100 10101000 0 1010100 10111 1110 100111101 1001000 110010

Color Harmonies of #DB24A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24A8

Black with #DB24A8

Text Example


Text Example

White with #DB24A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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