Html Css Color HEX #DB24AA Spicy Pink

📋 copy color: '#DB24AA'

red 219 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #DB24AA

Tints of Spicy Pink #DB24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 51.53%
G = 8.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB24AA (or 0xDB24AA) is known color: Spicy Pink. HEX triplet: DB, 24 and AA. RGB value is (219,36,170). Sum of RGB (Red+Green+Blue) = 219+36+170=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24AA is #24DB55. Grayscale: #696969. Windows color (decimal): -2415446 or 11150555. OLE color: 11150555.

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

Color convert

RGB 219 36 170 -
CMYK 0 0.84 0.22 0.14
HSL 316.07º 0.72% 0.5% -
HSV(B) 316.07º 0.84% 0.86% -
XYZ 37.1 19.22 39.79 -
YUV 105.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 219 36 170 0 0.84 0.22 0.14 316.07 0.72 0.5
Hex DB 24 AA 0 54 16 E 13C 48 32
Octal 333 44 252 0 124 26 16 474 110 62
Binary 11011011 100100 10101010 0 1010100 10110 1110 100111100 1001000 110010

Color Harmonies of #DB24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24AA

Black with #DB24AA

Text Example


Text Example

White with #DB24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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