#DB23B4

Color #DB23B4 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DB23B4

Tints of Spicy Pink #DB23B4

Color information

#DB23B4 (or 0xDB23B4) is unknown color: approx Spicy Pink. HEX triplet: DB, 23 and B4. RGB value is (219,35,180). Sum of RGB (Red+Green+Blue) = 219+35+180=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23B4 is #24DC4B. Grayscale: #6A6A6A. Windows color (decimal): -2415692 or 11805659. OLE color: 11805659.

HSL color Cylindrical-coordinate representation of color #DB23B4: hue angle of 312.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB23B4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB21935180-
CMYK00.840.180.14
HSL312.72º72.44%49.8%-
HSV(B)312.72º84.02%85.88%-
XYZ38.0519.5644.95-
YUV106.55169.46208.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 35 (14.06% from 255) = 8.06%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=50.46%
G=8.06%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193518000.840.180.14312.7272.4449.8
HexDB23B405412E1394832
Octal333432640124221647111062
Binary1101101110001110110100010101001001011101001110011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB23B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB23B4; }

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

 H1.HeaderClassName
 {
   color: #DB23B4;
 }
 .AnyTagClassName
 {
   color: #DB23B4;
 }
</style>
background-color css

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

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

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

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

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

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