Html Css Color HEX #DB1EFD Psychedelic Purple

📋 copy color: '#DB1EFD'

red 219 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #DB1EFD

Tints of Psychedelic Purple #DB1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.98%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 43.63%
G = 5.98%
B = 50.4%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB1EFD (or 0xDB1EFD) is known color: Psychedelic Purple. HEX triplet: DB, 1E and FD. RGB value is (219,30,253). Sum of RGB (Red+Green+Blue) = 219+30+253=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EFD is #24E102. Grayscale: #6F6F6F. Windows color (decimal): -2416899 or 16588507. OLE color: 16588507.

HSL color Cylindrical-coordinate representation of color #DB1EFD: hue angle of 290.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1EFD is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 30 253 -
CMYK 0.13 0.88 0 0.01
HSL 290.85º 0.98% 0.55% -
HSV(B) 290.85º 0.88% 0.99% -
XYZ 47.41 23.08 94.88 -
YUV 111.93 207.62 204.37 -
System Red Green Blue C M Y K H S L
Decimal 219 30 253 0.13 0.88 0 0.01 290.85 0.98 0.55
Hex DB 1E FD D 58 0 1 123 62 37
Octal 333 36 375 15 130 0 1 443 142 67
Binary 11011011 11110 11111101 1101 1011000 0 1 100100011 1100010 110111

Color Harmonies of #DB1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EFD

Black with #DB1EFD

Text Example


Text Example

White with #DB1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EFD; }

 p { color: rgb(219,30,253); }

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

background-color css

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

 a { background-color: rgb(219,30,253); }

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

border-color css

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

 span { border-color: rgb(219,30,253); }

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