Html Css Color HEX #DB23B6 Spicy Pink

📋 copy color: '#DB23B6'

red 219 ◦ green 35 ◦ blue 182

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

Shades of Spicy Pink #DB23B6

Tints of Spicy Pink #DB23B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 50.23%
G = 8.03%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB23B6 (or 0xDB23B6) is known color: Spicy Pink. HEX triplet: DB, 23 and B6. RGB value is (219,35,182). Sum of RGB (Red+Green+Blue) = 219+35+182=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23B6 is #24DC49. Grayscale: #6A6A6A. Windows color (decimal): -2415690 or 11936731. OLE color: 11936731.

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

Color convert

RGB 219 35 182 -
CMYK 0 0.84 0.17 0.14
HSL 312.07º 0.72% 0.5% -
HSV(B) 312.07º 0.84% 0.86% -
XYZ 38.26 19.64 46.03 -
YUV 106.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 219 35 182 0 0.84 0.17 0.14 312.07 0.72 0.5
Hex DB 23 B6 0 54 11 E 138 48 32
Octal 333 43 266 0 124 21 16 470 110 62
Binary 11011011 100011 10110110 0 1010100 10001 1110 100111000 1001000 110010

Color Harmonies of #DB23B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23B6

Black with #DB23B6

Text Example


Text Example

White with #DB23B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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