Html Css Color HEX #DB25B5 Spicy Pink

📋 copy color: '#DB25B5'

red 219 ◦ green 37 ◦ blue 181

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

Shades of Spicy Pink #DB25B5

Tints of Spicy Pink #DB25B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 50.11%
G = 8.47%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB25B5 (or 0xDB25B5) is known color: Spicy Pink. HEX triplet: DB, 25 and B5. RGB value is (219,37,181). Sum of RGB (Red+Green+Blue) = 219+37+181=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25B5 is #24DA4A. Grayscale: #6B6B6B. Windows color (decimal): -2415179 or 11871707. OLE color: 11871707.

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

Color convert

RGB 219 37 181 -
CMYK 0 0.83 0.17 0.14
HSL 312.53º 0.72% 0.5% -
HSV(B) 312.53º 0.83% 0.86% -
XYZ 38.22 19.72 45.51 -
YUV 107.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 219 37 181 0 0.83 0.17 0.14 312.53 0.72 0.5
Hex DB 25 B5 0 53 11 E 139 48 32
Octal 333 45 265 0 123 21 16 471 110 62
Binary 11011011 100101 10110101 0 1010011 10001 1110 100111001 1001000 110010

Color Harmonies of #DB25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25B5

Black with #DB25B5

Text Example


Text Example

White with #DB25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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