Html Css Color HEX #DB1CB0 Spicy Pink

📋 copy color: '#DB1CB0'

red 219 ◦ green 28 ◦ blue 176

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

Shades of Spicy Pink #DB1CB0

Tints of Spicy Pink #DB1CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.62%

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

R = 51.77%
G = 6.62%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB1CB0 (or 0xDB1CB0) is known color: Spicy Pink. HEX triplet: DB, 1C and B0. RGB value is (219,28,176). Sum of RGB (Red+Green+Blue) = 219+28+176=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CB0 is #24E34F. Grayscale: #656565. Windows color (decimal): -2417488 or 11541723. OLE color: 11541723.

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

Color convert

RGB 219 28 176 -
CMYK 0 0.87 0.20 0.14
HSL 313.51º 0.77% 0.48% -
HSV(B) 313.51º 0.87% 0.86% -
XYZ 37.47 19.03 42.77 -
YUV 101.98 169.78 211.47 -
System Red Green Blue C M Y K H S L
Decimal 219 28 176 0 0.87 0.20 0.14 313.51 0.77 0.48
Hex DB 1C B0 0 57 14 E 13A 4D 30
Octal 333 34 260 0 127 24 16 472 115 60
Binary 11011011 11100 10110000 0 1010111 10100 1110 100111010 1001101 110000

Color Harmonies of #DB1CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CB0

Black with #DB1CB0

Text Example


Text Example

White with #DB1CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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