Html Css Color HEX #DB30F8 Psychedelic Purple

📋 copy color: '#DB30F8'

red 219 ◦ green 48 ◦ blue 248

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

Shades of Psychedelic Purple #DB30F8

Tints of Psychedelic Purple #DB30F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 42.52%
G = 9.32%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB30F8 (or 0xDB30F8) is known color: Psychedelic Purple. HEX triplet: DB, 30 and F8. RGB value is (219,48,248). Sum of RGB (Red+Green+Blue) = 219+48+248=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB30F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30F8 is #24CF07. Grayscale: #797979. Windows color (decimal): -2412296 or 16265435. OLE color: 16265435.

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

Color convert

RGB 219 48 248 -
CMYK 0.12 0.81 0 0.03
HSL 291.3º 0.93% 0.58% -
HSV(B) 291.3º 0.81% 0.97% -
XYZ 47.21 23.95 90.94 -
YUV 121.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 219 48 248 0.12 0.81 0 0.03 291.3 0.93 0.58
Hex DB 30 F8 C 51 0 3 123 5D 3A
Octal 333 60 370 14 121 0 3 443 135 72
Binary 11011011 110000 11111000 1100 1010001 0 11 100100011 1011101 111010

Color Harmonies of #DB30F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30F8

Black with #DB30F8

Text Example


Text Example

White with #DB30F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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