Html Css Color HEX #DB29AE Spicy Pink

📋 copy color: '#DB29AE'

red 219 ◦ green 41 ◦ blue 174

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

Shades of Spicy Pink #DB29AE

Tints of Spicy Pink #DB29AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 50.46%
G = 9.45%
B = 40.09%

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

#DB29AE (or 0xDB29AE) is known color: Spicy Pink. HEX triplet: DB, 29 and AE. RGB value is (219,41,174). Sum of RGB (Red+Green+Blue) = 219+41+174=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AE is #24D651. Grayscale: #6D6D6D. Windows color (decimal): -2414162 or 11413979. OLE color: 11413979.

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

Color convert

RGB 219 41 174 -
CMYK 0 0.81 0.21 0.14
HSL 315.17º 0.71% 0.51% -
HSV(B) 315.17º 0.81% 0.86% -
XYZ 37.65 19.7 41.86 -
YUV 109.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 219 41 174 0 0.81 0.21 0.14 315.17 0.71 0.51
Hex DB 29 AE 0 51 15 E 13B 47 33
Octal 333 51 256 0 121 25 16 473 107 63
Binary 11011011 101001 10101110 0 1010001 10101 1110 100111011 1000111 110011

Color Harmonies of #DB29AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29AE

Black with #DB29AE

Text Example


Text Example

White with #DB29AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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