Html Css Color HEX #DB24AF Spicy Pink

📋 copy color: '#DB24AF'

red 219 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #DB24AF

Tints of Spicy Pink #DB24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 50.93%
G = 8.37%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB24AF (or 0xDB24AF) is known color: Spicy Pink. HEX triplet: DB, 24 and AF. RGB value is (219,36,175). Sum of RGB (Red+Green+Blue) = 219+36+175=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24AF is #24DB50. Grayscale: #6A6A6A. Windows color (decimal): -2415441 or 11478235. OLE color: 11478235.

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

Color convert

RGB 219 36 175 -
CMYK 0 0.84 0.20 0.14
HSL 314.43º 0.72% 0.5% -
HSV(B) 314.43º 0.84% 0.86% -
XYZ 37.58 19.42 42.32 -
YUV 106.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 219 36 175 0 0.84 0.20 0.14 314.43 0.72 0.5
Hex DB 24 AF 0 54 14 E 13A 48 32
Octal 333 44 257 0 124 24 16 472 110 62
Binary 11011011 100100 10101111 0 1010100 10100 1110 100111010 1001000 110010

Color Harmonies of #DB24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24AF

Black with #DB24AF

Text Example


Text Example

White with #DB24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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