Html Css Color HEX #DB1BB0 Spicy Pink

📋 copy color: '#DB1BB0'

red 219 ◦ green 27 ◦ blue 176

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

Shades of Spicy Pink #DB1BB0

Tints of Spicy Pink #DB1BB0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 51.9%
G = 6.4%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB1BB0 (or 0xDB1BB0) is known color: Spicy Pink. HEX triplet: DB, 1B and B0. RGB value is (219,27,176). Sum of RGB (Red+Green+Blue) = 219+27+176=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BB0 is #24E44F. Grayscale: #646464. Windows color (decimal): -2417744 or 11541467. OLE color: 11541467.

HSL color Cylindrical-coordinate representation of color #DB1BB0: hue angle of 313.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BB0 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 27 176 -
CMYK 0 0.88 0.20 0.14
HSL 313.44º 0.78% 0.48% -
HSV(B) 313.44º 0.88% 0.86% -
XYZ 37.44 18.98 42.76 -
YUV 101.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 219 27 176 0 0.88 0.20 0.14 313.44 0.78 0.48
Hex DB 1B B0 0 58 14 E 139 4E 30
Octal 333 33 260 0 130 24 16 471 116 60
Binary 11011011 11011 10110000 0 1011000 10100 1110 100111001 1001110 110000

Color Harmonies of #DB1BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BB0

Black with #DB1BB0

Text Example


Text Example

White with #DB1BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BB0; }

 p { color: rgb(219,27,176); }

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

background-color css

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

 a { background-color: rgb(219,27,176); }

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

border-color css

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

 span { border-color: rgb(219,27,176); }

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