Html Css Color HEX #DB25B1 Spicy Pink

📋 copy color: '#DB25B1'

red 219 ◦ green 37 ◦ blue 177

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

Shades of Spicy Pink #DB25B1

Tints of Spicy Pink #DB25B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 50.58%
G = 8.55%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB25B1 (or 0xDB25B1) is known color: Spicy Pink. HEX triplet: DB, 25 and B1. RGB value is (219,37,177). Sum of RGB (Red+Green+Blue) = 219+37+177=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB25B1 is #24DA4E. Grayscale: #6B6B6B. Windows color (decimal): -2415183 or 11609563. OLE color: 11609563.

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

Color convert

RGB 219 37 177 -
CMYK 0 0.83 0.19 0.14
HSL 313.85º 0.72% 0.5% -
HSV(B) 313.85º 0.83% 0.86% -
XYZ 37.81 19.56 43.38 -
YUV 107.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 219 37 177 0 0.83 0.19 0.14 313.85 0.72 0.5
Hex DB 25 B1 0 53 13 E 13A 48 32
Octal 333 45 261 0 123 23 16 472 110 62
Binary 11011011 100101 10110001 0 1010011 10011 1110 100111010 1001000 110010

Color Harmonies of #DB25B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25B1

Black with #DB25B1

Text Example


Text Example

White with #DB25B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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