Html Css Color HEX #DB28AD Spicy Pink

📋 copy color: '#DB28AD'

red 219 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #DB28AD

Tints of Spicy Pink #DB28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.26%

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

R = 50.69%
G = 9.26%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB28AD (or 0xDB28AD) is known color: Spicy Pink. HEX triplet: DB, 28 and AD. RGB value is (219,40,173). Sum of RGB (Red+Green+Blue) = 219+40+173=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28AD is #24D752. Grayscale: #6C6C6C. Windows color (decimal): -2414419 or 11348187. OLE color: 11348187.

HSL color Cylindrical-coordinate representation of color #DB28AD: hue angle of 315.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28AD is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 173 -
CMYK 0 0.82 0.21 0.14
HSL 315.42º 0.71% 0.51% -
HSV(B) 315.42º 0.82% 0.86% -
XYZ 37.52 19.59 41.34 -
YUV 108.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 219 40 173 0 0.82 0.21 0.14 315.42 0.71 0.51
Hex DB 28 AD 0 52 15 E 13B 47 33
Octal 333 50 255 0 122 25 16 473 107 63
Binary 11011011 101000 10101101 0 1010010 10101 1110 100111011 1000111 110011

Color Harmonies of #DB28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28AD

Black with #DB28AD

Text Example


Text Example

White with #DB28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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