Html Css Color HEX #DB28B3 Spicy Pink

📋 copy color: '#DB28B3'

red 219 ◦ green 40 ◦ blue 179

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

Shades of Spicy Pink #DB28B3

Tints of Spicy Pink #DB28B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 50%
G = 9.13%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB28B3 (or 0xDB28B3) is known color: Spicy Pink. HEX triplet: DB, 28 and B3. RGB value is (219,40,179). Sum of RGB (Red+Green+Blue) = 219+40+179=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28B3 is #24D74C. Grayscale: #6C6C6C. Windows color (decimal): -2414413 or 11741403. OLE color: 11741403.

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

Color convert

RGB 219 40 179 -
CMYK 0 0.82 0.18 0.14
HSL 313.41º 0.71% 0.51% -
HSV(B) 313.41º 0.82% 0.86% -
XYZ 38.11 19.83 44.47 -
YUV 109.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 219 40 179 0 0.82 0.18 0.14 313.41 0.71 0.51
Hex DB 28 B3 0 52 12 E 139 47 33
Octal 333 50 263 0 122 22 16 471 107 63
Binary 11011011 101000 10110011 0 1010010 10010 1110 100111001 1000111 110011

Color Harmonies of #DB28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28B3

Black with #DB28B3

Text Example


Text Example

White with #DB28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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