Html Css Color HEX #DB23AB Spicy Pink

📋 copy color: '#DB23AB'

red 219 ◦ green 35 ◦ blue 171

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

Shades of Spicy Pink #DB23AB

Tints of Spicy Pink #DB23AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 51.53%
G = 8.24%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB23AB (or 0xDB23AB) is known color: Spicy Pink. HEX triplet: DB, 23 and AB. RGB value is (219,35,171). Sum of RGB (Red+Green+Blue) = 219+35+171=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23AB is #24DC54. Grayscale: #696969. Windows color (decimal): -2415701 or 11215835. OLE color: 11215835.

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

Color convert

RGB 219 35 171 -
CMYK 0 0.84 0.22 0.14
HSL 315.65º 0.72% 0.5% -
HSV(B) 315.65º 0.84% 0.86% -
XYZ 37.17 19.2 40.28 -
YUV 105.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 219 35 171 0 0.84 0.22 0.14 315.65 0.72 0.5
Hex DB 23 AB 0 54 16 E 13C 48 32
Octal 333 43 253 0 124 26 16 474 110 62
Binary 11011011 100011 10101011 0 1010100 10110 1110 100111100 1001000 110010

Color Harmonies of #DB23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23AB

Black with #DB23AB

Text Example


Text Example

White with #DB23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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