Html Css Color HEX #DB28B0 Spicy Pink

📋 copy color: '#DB28B0'

red 219 ◦ green 40 ◦ blue 176

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

Shades of Spicy Pink #DB28B0

Tints of Spicy Pink #DB28B0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

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

R = 50.34%
G = 9.2%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB28B0 (or 0xDB28B0) is known color: Spicy Pink. HEX triplet: DB, 28 and B0. RGB value is (219,40,176). Sum of RGB (Red+Green+Blue) = 219+40+176=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28B0 is #24D74F. Grayscale: #6C6C6C. Windows color (decimal): -2414416 or 11544795. OLE color: 11544795.

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

Color convert

RGB 219 40 176 -
CMYK 0 0.82 0.20 0.14
HSL 314.41º 0.71% 0.51% -
HSV(B) 314.41º 0.82% 0.86% -
XYZ 37.81 19.71 42.89 -
YUV 109.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 219 40 176 0 0.82 0.20 0.14 314.41 0.71 0.51
Hex DB 28 B0 0 52 14 E 13A 47 33
Octal 333 50 260 0 122 24 16 472 107 63
Binary 11011011 101000 10110000 0 1010010 10100 1110 100111010 1000111 110011

Color Harmonies of #DB28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28B0

Black with #DB28B0

Text Example


Text Example

White with #DB28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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