Html Css Color HEX #DB30FB Psychedelic Purple

📋 copy color: '#DB30FB'

red 219 ◦ green 48 ◦ blue 251

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

Shades of Psychedelic Purple #DB30FB

Tints of Psychedelic Purple #DB30FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.27%

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

R = 42.28%
G = 9.27%
B = 48.46%

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

#DB30FB (or 0xDB30FB) is known color: Psychedelic Purple. HEX triplet: DB, 30 and FB. RGB value is (219,48,251). Sum of RGB (Red+Green+Blue) = 219+48+251=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30FB is #24CF04. Grayscale: #797979. Windows color (decimal): -2412293 or 16462043. OLE color: 16462043.

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

Color convert

RGB 219 48 251 -
CMYK 0.13 0.81 0 0.02
HSL 290.54º 0.96% 0.59% -
HSV(B) 290.54º 0.81% 0.98% -
XYZ 47.68 24.14 93.41 -
YUV 122.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 219 48 251 0.13 0.81 0 0.02 290.54 0.96 0.59
Hex DB 30 FB D 51 0 2 123 60 3B
Octal 333 60 373 15 121 0 2 443 140 73
Binary 11011011 110000 11111011 1101 1010001 0 10 100100011 1100000 111011

Color Harmonies of #DB30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30FB

Black with #DB30FB

Text Example


Text Example

White with #DB30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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