Html Css Color HEX #DB30FF Psychedelic Purple

📋 copy color: '#DB30FF'

red 219 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #DB30FF

Tints of Psychedelic Purple #DB30FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 41.95%
G = 9.2%
B = 48.85%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB30FF (or 0xDB30FF) is known color: Psychedelic Purple. HEX triplet: DB, 30 and FF. RGB value is (219,48,255). Sum of RGB (Red+Green+Blue) = 219+48+255=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30FF is #24CF00. Grayscale: #7A7A7A. Windows color (decimal): -2412289 or 16724187. OLE color: 16724187.

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

Color convert

RGB 219 48 255 -
CMYK 0.14 0.81 0 0
HSL 289.57º 1% 0.59% -
HSV(B) 289.57º 0.81% 1% -
XYZ 48.32 24.39 96.77 -
YUV 122.73 202.65 196.67 -
System Red Green Blue C M Y K H S L
Decimal 219 48 255 0.14 0.81 0 0 289.57 1 0.59
Hex DB 30 FF E 51 0 0 122 64 3B
Octal 333 60 377 16 121 0 0 442 144 73
Binary 11011011 110000 11111111 1110 1010001 0 0 100100010 1100100 111011

Color Harmonies of #DB30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30FF

Black with #DB30FF

Text Example


Text Example

White with #DB30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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