Html Css Color HEX #DB23B2 Spicy Pink

📋 copy color: '#DB23B2'

red 219 ◦ green 35 ◦ blue 178

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

Shades of Spicy Pink #DB23B2

Tints of Spicy Pink #DB23B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 50.69%
G = 8.1%
B = 41.2%

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

#DB23B2 (or 0xDB23B2) is known color: Spicy Pink. HEX triplet: DB, 23 and B2. RGB value is (219,35,178). Sum of RGB (Red+Green+Blue) = 219+35+178=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23B2 is #24DC4D. Grayscale: #696969. Windows color (decimal): -2415694 or 11674587. OLE color: 11674587.

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

Color convert

RGB 219 35 178 -
CMYK 0 0.84 0.19 0.14
HSL 313.37º 0.72% 0.5% -
HSV(B) 313.37º 0.84% 0.86% -
XYZ 37.85 19.48 43.88 -
YUV 106.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 219 35 178 0 0.84 0.19 0.14 313.37 0.72 0.5
Hex DB 23 B2 0 54 13 E 139 48 32
Octal 333 43 262 0 124 23 16 471 110 62
Binary 11011011 100011 10110010 0 1010100 10011 1110 100111001 1001000 110010

Color Harmonies of #DB23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23B2

Black with #DB23B2

Text Example


Text Example

White with #DB23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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