Html Css Color HEX #DB25A9 Spicy Pink

📋 copy color: '#DB25A9'

red 219 ◦ green 37 ◦ blue 169

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

Shades of Spicy Pink #DB25A9

Tints of Spicy Pink #DB25A9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

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

R = 51.53%
G = 8.71%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB25A9 (or 0xDB25A9) is known color: Spicy Pink. HEX triplet: DB, 25 and A9. RGB value is (219,37,169). Sum of RGB (Red+Green+Blue) = 219+37+169=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB25A9 is #24DA56. Grayscale: #6A6A6A. Windows color (decimal): -2415191 or 11085275. OLE color: 11085275.

HSL color Cylindrical-coordinate representation of color #DB25A9: hue angle of 316.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB25A9 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 169 -
CMYK 0 0.83 0.23 0.14
HSL 316.48º 0.72% 0.5% -
HSV(B) 316.48º 0.83% 0.86% -
XYZ 37.04 19.25 39.3 -
YUV 106.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 219 37 169 0 0.83 0.23 0.14 316.48 0.72 0.5
Hex DB 25 A9 0 53 17 E 13C 48 32
Octal 333 45 251 0 123 27 16 474 110 62
Binary 11011011 100101 10101001 0 1010011 10111 1110 100111100 1001000 110010

Color Harmonies of #DB25A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25A9

Black with #DB25A9

Text Example


Text Example

White with #DB25A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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