Html Css Color HEX #DB05EC Psychedelic Purple

📋 copy color: '#DB05EC'

red 219 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #DB05EC

Tints of Psychedelic Purple #DB05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 47.61%
G = 1.09%
B = 51.3%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB05EC (or 0xDB05EC) is known color: Psychedelic Purple. HEX triplet: DB, 05 and EC. RGB value is (219,5,236). Sum of RGB (Red+Green+Blue) = 219+5+236=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05EC is #24FA13. Grayscale: #5E5E5E. Windows color (decimal): -2423316 or 15467995. OLE color: 15467995.

HSL color Cylindrical-coordinate representation of color #DB05EC: hue angle of 295.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05EC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 5 236 -
CMYK 0.07 0.98 0 0.07
HSL 295.58º 0.96% 0.47% -
HSV(B) 295.58º 0.98% 0.93% -
XYZ 44.41 21.22 81.11 -
YUV 95.32 207.4 216.22 -
System Red Green Blue C M Y K H S L
Decimal 219 5 236 0.07 0.98 0 0.07 295.58 0.96 0.47
Hex DB 5 EC 7 62 0 7 128 60 2F
Octal 333 5 354 7 142 0 7 450 140 57
Binary 11011011 101 11101100 111 1100010 0 111 100101000 1100000 101111

Color Harmonies of #DB05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05EC

Black with #DB05EC

Text Example


Text Example

White with #DB05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05EC; }

 p { color: rgb(219,5,236); }

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

background-color css

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

 a { background-color: rgb(219,5,236); }

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

border-color css

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

 span { border-color: rgb(219,5,236); }

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