Html Css Color HEX #DB1FF5 Psychedelic Purple

📋 copy color: '#DB1FF5'

red 219 ◦ green 31 ◦ blue 245

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

Shades of Psychedelic Purple #DB1FF5

Tints of Psychedelic Purple #DB1FF5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.26%

 BLUE value IS 245 (96.09% from 255) = 49.49%

R = 44.24%
G = 6.26%
B = 49.49%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB1FF5 (or 0xDB1FF5) is known color: Psychedelic Purple. HEX triplet: DB, 1F and F5. RGB value is (219,31,245). Sum of RGB (Red+Green+Blue) = 219+31+245=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB1FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FF5 is #24E00A. Grayscale: #6E6E6E. Windows color (decimal): -2416651 or 16064475. OLE color: 16064475.

HSL color Cylindrical-coordinate representation of color #DB1FF5: hue angle of 292.71º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1FF5 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 31 245 -
CMYK 0.11 0.87 0 0.04
HSL 292.71º 0.91% 0.54% -
HSV(B) 292.71º 0.87% 0.96% -
XYZ 46.18 22.63 88.32 -
YUV 111.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 219 31 245 0.11 0.87 0 0.04 292.71 0.91 0.54
Hex DB 1F F5 B 57 0 4 125 5B 36
Octal 333 37 365 13 127 0 4 445 133 66
Binary 11011011 11111 11110101 1011 1010111 0 100 100100101 1011011 110110

Color Harmonies of #DB1FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FF5

Black with #DB1FF5

Text Example


Text Example

White with #DB1FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FF5; }

 p { color: rgb(219,31,245); }

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

background-color css

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

 a { background-color: rgb(219,31,245); }

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

border-color css

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

 span { border-color: rgb(219,31,245); }

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