Html Css Color HEX #DB2FFB Psychedelic Purple

📋 copy color: '#DB2FFB'

red 219 ◦ green 47 ◦ blue 251

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

Shades of Psychedelic Purple #DB2FFB

Tints of Psychedelic Purple #DB2FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 42.36%
G = 9.09%
B = 48.55%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB2FFB (or 0xDB2FFB) is known color: Psychedelic Purple. HEX triplet: DB, 2F and FB. RGB value is (219,47,251). Sum of RGB (Red+Green+Blue) = 219+47+251=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FFB is #24D004. Grayscale: #797979. Windows color (decimal): -2412549 or 16461787. OLE color: 16461787.

HSL color Cylindrical-coordinate representation of color #DB2FFB: hue angle of 290.59º degrees, saturation: 0.96, 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 #DB2FFB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 47 251 -
CMYK 0.13 0.81 0 0.02
HSL 290.59º 0.96% 0.58% -
HSV(B) 290.59º 0.81% 0.98% -
XYZ 47.64 24.06 93.4 -
YUV 121.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 219 47 251 0.13 0.81 0 0.02 290.59 0.96 0.58
Hex DB 2F FB D 51 0 2 123 60 3A
Octal 333 57 373 15 121 0 2 443 140 72
Binary 11011011 101111 11111011 1101 1010001 0 10 100100011 1100000 111010

Color Harmonies of #DB2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FFB

Black with #DB2FFB

Text Example


Text Example

White with #DB2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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