Html Css Color HEX #DB24B3 Spicy Pink

📋 copy color: '#DB24B3'

red 219 ◦ green 36 ◦ blue 179

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

Shades of Spicy Pink #DB24B3

Tints of Spicy Pink #DB24B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 50.46%
G = 8.29%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB24B3 (or 0xDB24B3) is known color: Spicy Pink. HEX triplet: DB, 24 and B3. RGB value is (219,36,179). Sum of RGB (Red+Green+Blue) = 219+36+179=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24B3 is #24DB4C. Grayscale: #6A6A6A. Windows color (decimal): -2415437 or 11740379. OLE color: 11740379.

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

Color convert

RGB 219 36 179 -
CMYK 0 0.84 0.18 0.14
HSL 313.11º 0.72% 0.5% -
HSV(B) 313.11º 0.84% 0.86% -
XYZ 37.98 19.58 44.42 -
YUV 107.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 219 36 179 0 0.84 0.18 0.14 313.11 0.72 0.5
Hex DB 24 B3 0 54 12 E 139 48 32
Octal 333 44 263 0 124 22 16 471 110 62
Binary 11011011 100100 10110011 0 1010100 10010 1110 100111001 1001000 110010

Color Harmonies of #DB24B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24B3

Black with #DB24B3

Text Example


Text Example

White with #DB24B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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