Html Css Color HEX #DB2AB2 Spicy Pink

📋 copy color: '#DB2AB2'

red 219 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #DB2AB2

Tints of Spicy Pink #DB2AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.57%

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

R = 49.89%
G = 9.57%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB2AB2 (or 0xDB2AB2) is known color: Spicy Pink. HEX triplet: DB, 2A and B2. RGB value is (219,42,178). Sum of RGB (Red+Green+Blue) = 219+42+178=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AB2 is #24D54D. Grayscale: #6E6E6E. Windows color (decimal): -2413902 or 11676379. OLE color: 11676379.

HSL color Cylindrical-coordinate representation of color #DB2AB2: hue angle of 313.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AB2 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 42 178 -
CMYK 0 0.81 0.19 0.14
HSL 313.9º 0.71% 0.51% -
HSV(B) 313.9º 0.81% 0.86% -
XYZ 38.08 19.93 43.96 -
YUV 110.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 219 42 178 0 0.81 0.19 0.14 313.9 0.71 0.51
Hex DB 2A B2 0 51 13 E 13A 47 33
Octal 333 52 262 0 121 23 16 472 107 63
Binary 11011011 101010 10110010 0 1010001 10011 1110 100111010 1000111 110011

Color Harmonies of #DB2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AB2

Black with #DB2AB2

Text Example


Text Example

White with #DB2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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