Html Css Color HEX #DB29B4 Spicy Pink

📋 copy color: '#DB29B4'

red 219 ◦ green 41 ◦ blue 180

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

Shades of Spicy Pink #DB29B4

Tints of Spicy Pink #DB29B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 49.77%
G = 9.32%
B = 40.91%

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

#DB29B4 (or 0xDB29B4) is known color: Spicy Pink. HEX triplet: DB, 29 and B4. RGB value is (219,41,180). Sum of RGB (Red+Green+Blue) = 219+41+180=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B4 is #24D64B. Grayscale: #6D6D6D. Windows color (decimal): -2414156 or 11807195. OLE color: 11807195.

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

Color convert

RGB 219 41 180 -
CMYK 0 0.81 0.18 0.14
HSL 313.15º 0.71% 0.51% -
HSV(B) 313.15º 0.81% 0.86% -
XYZ 38.24 19.94 45.01 -
YUV 110.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 219 41 180 0 0.81 0.18 0.14 313.15 0.71 0.51
Hex DB 29 B4 0 51 12 E 139 47 33
Octal 333 51 264 0 121 22 16 471 107 63
Binary 11011011 101001 10110100 0 1010001 10010 1110 100111001 1000111 110011

Color Harmonies of #DB29B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29B4

Black with #DB29B4

Text Example


Text Example

White with #DB29B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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