Html Css Color HEX #DB2BB5 Spicy Pink

📋 copy color: '#DB2BB5'

red 219 ◦ green 43 ◦ blue 181

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

Shades of Spicy Pink #DB2BB5

Tints of Spicy Pink #DB2BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.71%

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

R = 49.44%
G = 9.71%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB2BB5 (or 0xDB2BB5) is known color: Spicy Pink. HEX triplet: DB, 2B and B5. RGB value is (219,43,181). Sum of RGB (Red+Green+Blue) = 219+43+181=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BB5 is #24D44A. Grayscale: #6E6E6E. Windows color (decimal): -2413643 or 11873243. OLE color: 11873243.

HSL color Cylindrical-coordinate representation of color #DB2BB5: hue angle of 312.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BB5 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 181 -
CMYK 0 0.80 0.17 0.14
HSL 312.95º 0.71% 0.51% -
HSV(B) 312.95º 0.8% 0.86% -
XYZ 38.42 20.12 45.58 -
YUV 111.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 219 43 181 0 0.80 0.17 0.14 312.95 0.71 0.51
Hex DB 2B B5 0 50 11 E 139 47 33
Octal 333 53 265 0 120 21 16 471 107 63
Binary 11011011 101011 10110101 0 1010000 10001 1110 100111001 1000111 110011

Color Harmonies of #DB2BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BB5

Black with #DB2BB5

Text Example


Text Example

White with #DB2BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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