Html Css Color HEX #DB28AC Spicy Pink

📋 copy color: '#DB28AC'

red 219 ◦ green 40 ◦ blue 172

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

Shades of Spicy Pink #DB28AC

Tints of Spicy Pink #DB28AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 50.81%
G = 9.28%
B = 39.91%

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

#DB28AC (or 0xDB28AC) is known color: Spicy Pink. HEX triplet: DB, 28 and AC. RGB value is (219,40,172). Sum of RGB (Red+Green+Blue) = 219+40+172=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28AC is #24D753. Grayscale: #6C6C6C. Windows color (decimal): -2414420 or 11282651. OLE color: 11282651.

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

Color convert

RGB 219 40 172 -
CMYK 0 0.82 0.21 0.14
HSL 315.75º 0.71% 0.51% -
HSV(B) 315.75º 0.82% 0.86% -
XYZ 37.42 19.56 40.83 -
YUV 108.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 219 40 172 0 0.82 0.21 0.14 315.75 0.71 0.51
Hex DB 28 AC 0 52 15 E 13C 47 33
Octal 333 50 254 0 122 25 16 474 107 63
Binary 11011011 101000 10101100 0 1010010 10101 1110 100111100 1000111 110011

Color Harmonies of #DB28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28AC

Black with #DB28AC

Text Example


Text Example

White with #DB28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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