Html Css Color HEX #DB23B1 Spicy Pink

📋 copy color: '#DB23B1'

red 219 ◦ green 35 ◦ blue 177

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

Shades of Spicy Pink #DB23B1

Tints of Spicy Pink #DB23B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 50.81%
G = 8.12%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB23B1 (or 0xDB23B1) is known color: Spicy Pink. HEX triplet: DB, 23 and B1. RGB value is (219,35,177). Sum of RGB (Red+Green+Blue) = 219+35+177=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23B1 is #24DC4E. Grayscale: #696969. Windows color (decimal): -2415695 or 11609051. OLE color: 11609051.

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

Color convert

RGB 219 35 177 -
CMYK 0 0.84 0.19 0.14
HSL 313.7º 0.72% 0.5% -
HSV(B) 313.7º 0.84% 0.86% -
XYZ 37.75 19.44 43.36 -
YUV 106.2 167.96 208.45 -
System Red Green Blue C M Y K H S L
Decimal 219 35 177 0 0.84 0.19 0.14 313.7 0.72 0.5
Hex DB 23 B1 0 54 13 E 13A 48 32
Octal 333 43 261 0 124 23 16 472 110 62
Binary 11011011 100011 10110001 0 1010100 10011 1110 100111010 1001000 110010

Color Harmonies of #DB23B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23B1

Black with #DB23B1

Text Example


Text Example

White with #DB23B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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