Html Css Color HEX #DB0EFD Psychedelic Purple

📋 copy color: '#DB0EFD'

red 219 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #DB0EFD

Tints of Psychedelic Purple #DB0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.88%

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

R = 45.06%
G = 2.88%
B = 52.06%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB0EFD (or 0xDB0EFD) is known color: Psychedelic Purple. HEX triplet: DB, 0E and FD. RGB value is (219,14,253). Sum of RGB (Red+Green+Blue) = 219+14+253=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EFD is #24F102. Grayscale: #656565. Windows color (decimal): -2420995 or 16584411. OLE color: 16584411.

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

Color convert

RGB 219 14 253 -
CMYK 0.13 0.94 0 0.01
HSL 291.46º 0.98% 0.52% -
HSV(B) 291.46º 0.94% 0.99% -
XYZ 47.1 22.47 94.78 -
YUV 102.54 212.92 211.07 -
System Red Green Blue C M Y K H S L
Decimal 219 14 253 0.13 0.94 0 0.01 291.46 0.98 0.52
Hex DB E FD D 5E 0 1 123 62 34
Octal 333 16 375 15 136 0 1 443 142 64
Binary 11011011 1110 11111101 1101 1011110 0 1 100100011 1100010 110100

Color Harmonies of #DB0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EFD

Black with #DB0EFD

Text Example


Text Example

White with #DB0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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