Html Css Color HEX #DB2EB3 Spicy Pink

📋 copy color: '#DB2EB3'

red 219 ◦ green 46 ◦ blue 179

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

Shades of Spicy Pink #DB2EB3

Tints of Spicy Pink #DB2EB3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.36%

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 49.32%
G = 10.36%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB2EB3 (or 0xDB2EB3) is known color: Spicy Pink. HEX triplet: DB, 2E and B3. RGB value is (219,46,179). Sum of RGB (Red+Green+Blue) = 219+46+179=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EB3 is #24D14C. Grayscale: #707070. Windows color (decimal): -2412877 or 11742939. OLE color: 11742939.

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

Color convert

RGB 219 46 179 -
CMYK 0 0.79 0.18 0.14
HSL 313.87º 0.71% 0.52% -
HSV(B) 313.87º 0.79% 0.86% -
XYZ 38.33 20.27 44.54 -
YUV 112.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 219 46 179 0 0.79 0.18 0.14 313.87 0.71 0.52
Hex DB 2E B3 0 4F 12 E 13A 47 34
Octal 333 56 263 0 117 22 16 472 107 64
Binary 11011011 101110 10110011 0 1001111 10010 1110 100111010 1000111 110100

Color Harmonies of #DB2EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2EB3

Black with #DB2EB3

Text Example


Text Example

White with #DB2EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2EB3; }

 p { color: rgb(219,46,179); }

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

background-color css

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

 a { background-color: rgb(219,46,179); }

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

border-color css

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

 span { border-color: rgb(219,46,179); }

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