Html Css Color HEX #DB29B6 Spicy Pink

📋 copy color: '#DB29B6'

red 219 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #DB29B6

Tints of Spicy Pink #DB29B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 49.55%
G = 9.28%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB29B6 (or 0xDB29B6) is known color: Spicy Pink. HEX triplet: DB, 29 and B6. RGB value is (219,41,182). Sum of RGB (Red+Green+Blue) = 219+41+182=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B6 is #24D649. Grayscale: #6D6D6D. Windows color (decimal): -2414154 or 11938267. OLE color: 11938267.

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

Color convert

RGB 219 41 182 -
CMYK 0 0.81 0.17 0.14
HSL 312.47º 0.71% 0.51% -
HSV(B) 312.47º 0.81% 0.86% -
XYZ 38.45 20.02 46.09 -
YUV 110.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 219 41 182 0 0.81 0.17 0.14 312.47 0.71 0.51
Hex DB 29 B6 0 51 11 E 138 47 33
Octal 333 51 266 0 121 21 16 470 107 63
Binary 11011011 101001 10110110 0 1010001 10001 1110 100111000 1000111 110011

Color Harmonies of #DB29B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29B6

Black with #DB29B6

Text Example


Text Example

White with #DB29B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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