Html Css Color HEX #DB2BB3 Spicy Pink

📋 copy color: '#DB2BB3'

red 219 ◦ green 43 ◦ blue 179

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

Shades of Spicy Pink #DB2BB3

Tints of Spicy Pink #DB2BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.59%

R = 49.66%
G = 9.75%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB2BB3 (or 0xDB2BB3) is known color: Spicy Pink. HEX triplet: DB, 2B and B3. RGB value is (219,43,179). Sum of RGB (Red+Green+Blue) = 219+43+179=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BB3 is #24D44C. Grayscale: #6E6E6E. Windows color (decimal): -2413645 or 11742171. OLE color: 11742171.

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

Color convert

RGB 219 43 179 -
CMYK 0 0.80 0.18 0.14
HSL 313.64º 0.71% 0.51% -
HSV(B) 313.64º 0.8% 0.86% -
XYZ 38.21 20.04 44.5 -
YUV 111.13 166.31 204.94 -
System Red Green Blue C M Y K H S L
Decimal 219 43 179 0 0.80 0.18 0.14 313.64 0.71 0.51
Hex DB 2B B3 0 50 12 E 13A 47 33
Octal 333 53 263 0 120 22 16 472 107 63
Binary 11011011 101011 10110011 0 1010000 10010 1110 100111010 1000111 110011

Color Harmonies of #DB2BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BB3

Black with #DB2BB3

Text Example


Text Example

White with #DB2BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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