Html Css Color HEX #DB23B0 Spicy Pink

📋 copy color: '#DB23B0'

red 219 ◦ green 35 ◦ blue 176

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

Shades of Spicy Pink #DB23B0

Tints of Spicy Pink #DB23B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 50.93%
G = 8.14%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB23B0 (or 0xDB23B0) is known color: Spicy Pink. HEX triplet: DB, 23 and B0. RGB value is (219,35,176). Sum of RGB (Red+Green+Blue) = 219+35+176=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23B0 is #24DC4F. Grayscale: #696969. Windows color (decimal): -2415696 or 11543515. OLE color: 11543515.

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

Color convert

RGB 219 35 176 -
CMYK 0 0.84 0.20 0.14
HSL 314.02º 0.72% 0.5% -
HSV(B) 314.02º 0.84% 0.86% -
XYZ 37.65 19.4 42.83 -
YUV 106.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 219 35 176 0 0.84 0.20 0.14 314.02 0.72 0.5
Hex DB 23 B0 0 54 14 E 13A 48 32
Octal 333 43 260 0 124 24 16 472 110 62
Binary 11011011 100011 10110000 0 1010100 10100 1110 100111010 1001000 110010

Color Harmonies of #DB23B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23B0

Black with #DB23B0

Text Example


Text Example

White with #DB23B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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