Html Css Color HEX #DB29B3 Spicy Pink

📋 copy color: '#DB29B3'

red 219 ◦ green 41 ◦ blue 179

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

Shades of Spicy Pink #DB29B3

Tints of Spicy Pink #DB29B3

RGB

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

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

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

R = 49.89%
G = 9.34%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB29B3 (or 0xDB29B3) is known color: Spicy Pink. HEX triplet: DB, 29 and B3. RGB value is (219,41,179). Sum of RGB (Red+Green+Blue) = 219+41+179=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B3 is #24D64C. Grayscale: #6D6D6D. Windows color (decimal): -2414157 or 11741659. OLE color: 11741659.

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

Color convert

RGB 219 41 179 -
CMYK 0 0.81 0.18 0.14
HSL 313.48º 0.71% 0.51% -
HSV(B) 313.48º 0.81% 0.86% -
XYZ 38.14 19.9 44.48 -
YUV 109.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 219 41 179 0 0.81 0.18 0.14 313.48 0.71 0.51
Hex DB 29 B3 0 51 12 E 139 47 33
Octal 333 51 263 0 121 22 16 471 107 63
Binary 11011011 101001 10110011 0 1010001 10010 1110 100111001 1000111 110011

Color Harmonies of #DB29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29B3

Black with #DB29B3

Text Example


Text Example

White with #DB29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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