Html Css Color HEX #DB2DB1 Spicy Pink

📋 copy color: '#DB2DB1'

red 219 ◦ green 45 ◦ blue 177

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

Shades of Spicy Pink #DB2DB1

Tints of Spicy Pink #DB2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.2%

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

R = 49.66%
G = 10.2%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB2DB1 (or 0xDB2DB1) is known color: Spicy Pink. HEX triplet: DB, 2D and B1. RGB value is (219,45,177). Sum of RGB (Red+Green+Blue) = 219+45+177=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DB1 is #24D24E. Grayscale: #6F6F6F. Windows color (decimal): -2413135 or 11611611. OLE color: 11611611.

HSL color Cylindrical-coordinate representation of color #DB2DB1: hue angle of 314.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DB1 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 177 -
CMYK 0 0.79 0.19 0.14
HSL 314.48º 0.71% 0.52% -
HSV(B) 314.48º 0.79% 0.86% -
XYZ 38.09 20.11 43.47 -
YUV 112.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 219 45 177 0 0.79 0.19 0.14 314.48 0.71 0.52
Hex DB 2D B1 0 4F 13 E 13A 47 34
Octal 333 55 261 0 117 23 16 472 107 64
Binary 11011011 101101 10110001 0 1001111 10011 1110 100111010 1000111 110100

Color Harmonies of #DB2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DB1

Black with #DB2DB1

Text Example


Text Example

White with #DB2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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