Html Css Color HEX #DB29B0 Spicy Pink

📋 copy color: '#DB29B0'

red 219 ◦ green 41 ◦ blue 176

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

Shades of Spicy Pink #DB29B0

Tints of Spicy Pink #DB29B0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.4%

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

R = 50.23%
G = 9.4%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB29B0 (or 0xDB29B0) is known color: Spicy Pink. HEX triplet: DB, 29 and B0. RGB value is (219,41,176). Sum of RGB (Red+Green+Blue) = 219+41+176=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29B0 is #24D64F. Grayscale: #6D6D6D. Windows color (decimal): -2414160 or 11545051. OLE color: 11545051.

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

Color convert

RGB 219 41 176 -
CMYK 0 0.81 0.20 0.14
HSL 314.49º 0.71% 0.51% -
HSV(B) 314.49º 0.81% 0.86% -
XYZ 37.84 19.78 42.9 -
YUV 109.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 219 41 176 0 0.81 0.20 0.14 314.49 0.71 0.51
Hex DB 29 B0 0 51 14 E 13A 47 33
Octal 333 51 260 0 121 24 16 472 107 63
Binary 11011011 101001 10110000 0 1010001 10100 1110 100111010 1000111 110011

Color Harmonies of #DB29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29B0

Black with #DB29B0

Text Example


Text Example

White with #DB29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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