Html Css Color HEX #DB2FB3 Spicy Pink

📋 copy color: '#DB2FB3'

red 219 ◦ green 47 ◦ blue 179

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

Shades of Spicy Pink #DB2FB3

Tints of Spicy Pink #DB2FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

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

R = 49.21%
G = 10.56%
B = 40.22%

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

#DB2FB3 (or 0xDB2FB3) is known color: Spicy Pink. HEX triplet: DB, 2F and B3. RGB value is (219,47,179). Sum of RGB (Red+Green+Blue) = 219+47+179=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FB3 is #24D04C. Grayscale: #717171. Windows color (decimal): -2412621 or 11743195. OLE color: 11743195.

HSL color Cylindrical-coordinate representation of color #DB2FB3: hue angle of 313.95º degrees, saturation: 0.7, 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 #DB2FB3 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 47 179 -
CMYK 0 0.79 0.18 0.14
HSL 313.95º 0.7% 0.52% -
HSV(B) 313.95º 0.79% 0.86% -
XYZ 38.37 20.35 44.55 -
YUV 113.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 219 47 179 0 0.79 0.18 0.14 313.95 0.7 0.52
Hex DB 2F B3 0 4F 12 E 13A 46 34
Octal 333 57 263 0 117 22 16 472 106 64
Binary 11011011 101111 10110011 0 1001111 10010 1110 100111010 1000110 110100

Color Harmonies of #DB2FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FB3

Black with #DB2FB3

Text Example


Text Example

White with #DB2FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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