Html Css Color HEX #DB29AD Spicy Pink

📋 copy color: '#DB29AD'

red 219 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DB29AD

Tints of Spicy Pink #DB29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 50.58%
G = 9.47%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB29AD (or 0xDB29AD) is known color: Spicy Pink. HEX triplet: DB, 29 and AD. RGB value is (219,41,173). Sum of RGB (Red+Green+Blue) = 219+41+173=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AD is #24D652. Grayscale: #6C6C6C. Windows color (decimal): -2414163 or 11348443. OLE color: 11348443.

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

Color convert

RGB 219 41 173 -
CMYK 0 0.81 0.21 0.14
HSL 315.51º 0.71% 0.51% -
HSV(B) 315.51º 0.81% 0.86% -
XYZ 37.55 19.66 41.35 -
YUV 109.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 219 41 173 0 0.81 0.21 0.14 315.51 0.71 0.51
Hex DB 29 AD 0 51 15 E 13C 47 33
Octal 333 51 255 0 121 25 16 474 107 63
Binary 11011011 101001 10101101 0 1010001 10101 1110 100111100 1000111 110011

Color Harmonies of #DB29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29AD

Black with #DB29AD

Text Example


Text Example

White with #DB29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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