Html Css Color HEX #DB2FFA Psychedelic Purple

📋 copy color: '#DB2FFA'

red 219 ◦ green 47 ◦ blue 250

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

Shades of Psychedelic Purple #DB2FFA

Tints of Psychedelic Purple #DB2FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 42.44%
G = 9.11%
B = 48.45%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB2FFA (or 0xDB2FFA) is known color: Psychedelic Purple. HEX triplet: DB, 2F and FA. RGB value is (219,47,250). Sum of RGB (Red+Green+Blue) = 219+47+250=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FFA is #24D005. Grayscale: #787878. Windows color (decimal): -2412550 or 16396251. OLE color: 16396251.

HSL color Cylindrical-coordinate representation of color #DB2FFA: hue angle of 290.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2FFA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 47 250 -
CMYK 0.12 0.81 0 0.02
HSL 290.84º 0.95% 0.58% -
HSV(B) 290.84º 0.81% 0.98% -
XYZ 47.49 24 92.57 -
YUV 121.57 200.48 197.49 -
System Red Green Blue C M Y K H S L
Decimal 219 47 250 0.12 0.81 0 0.02 290.84 0.95 0.58
Hex DB 2F FA C 51 0 2 123 5F 3A
Octal 333 57 372 14 121 0 2 443 137 72
Binary 11011011 101111 11111010 1100 1010001 0 10 100100011 1011111 111010

Color Harmonies of #DB2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FFA

Black with #DB2FFA

Text Example


Text Example

White with #DB2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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