Html Css Color HEX #DB1FE5 Psychedelic Purple

📋 copy color: '#DB1FE5'

red 219 ◦ green 31 ◦ blue 229

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

Shades of Psychedelic Purple #DB1FE5

Tints of Psychedelic Purple #DB1FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 45.72%
G = 6.47%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB1FE5 (or 0xDB1FE5) is known color: Psychedelic Purple. HEX triplet: DB, 1F and E5. RGB value is (219,31,229). Sum of RGB (Red+Green+Blue) = 219+31+229=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB1FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FE5 is #24E01A. Grayscale: #6D6D6D. Windows color (decimal): -2416667 or 15015899. OLE color: 15015899.

HSL color Cylindrical-coordinate representation of color #DB1FE5: hue angle of 296.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FE5 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 31 229 -
CMYK 0.04 0.86 0 0.10
HSL 296.97º 0.79% 0.51% -
HSV(B) 296.97º 0.86% 0.9% -
XYZ 43.85 21.7 76.01 -
YUV 109.78 195.28 205.9 -
System Red Green Blue C M Y K H S L
Decimal 219 31 229 0.04 0.86 0 0.10 296.97 0.79 0.51
Hex DB 1F E5 4 56 0 A 129 4F 33
Octal 333 37 345 4 126 0 12 451 117 63
Binary 11011011 11111 11100101 100 1010110 0 1010 100101001 1001111 110011

Color Harmonies of #DB1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FE5

Black with #DB1FE5

Text Example


Text Example

White with #DB1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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