Html Css Color HEX #DB26B6 Spicy Pink

📋 copy color: '#DB26B6'

red 219 ◦ green 38 ◦ blue 182

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

Shades of Spicy Pink #DB26B6

Tints of Spicy Pink #DB26B6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 49.89%
G = 8.66%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB26B6 (or 0xDB26B6) is known color: Spicy Pink. HEX triplet: DB, 26 and B6. RGB value is (219,38,182). Sum of RGB (Red+Green+Blue) = 219+38+182=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26B6 is #24D949. Grayscale: #6C6C6C. Windows color (decimal): -2414922 or 11937499. OLE color: 11937499.

HSL color Cylindrical-coordinate representation of color #DB26B6: hue angle of 312.27º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26B6 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 182 -
CMYK 0 0.83 0.17 0.14
HSL 312.27º 0.72% 0.5% -
HSV(B) 312.27º 0.83% 0.86% -
XYZ 38.35 19.82 46.06 -
YUV 108.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 219 38 182 0 0.83 0.17 0.14 312.27 0.72 0.5
Hex DB 26 B6 0 53 11 E 138 48 32
Octal 333 46 266 0 123 21 16 470 110 62
Binary 11011011 100110 10110110 0 1010011 10001 1110 100111000 1001000 110010

Color Harmonies of #DB26B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB26B6

Black with #DB26B6

Text Example


Text Example

White with #DB26B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB26B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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