Html Css Color HEX #DB15EC Psychedelic Purple

📋 copy color: '#DB15EC'

red 219 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #DB15EC

Tints of Psychedelic Purple #DB15EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.41%

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

R = 46.01%
G = 4.41%
B = 49.58%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB15EC (or 0xDB15EC) is known color: Psychedelic Purple. HEX triplet: DB, 15 and EC. RGB value is (219,21,236). Sum of RGB (Red+Green+Blue) = 219+21+236=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15EC is #24EA13. Grayscale: #686868. Windows color (decimal): -2419220 or 15472091. OLE color: 15472091.

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

Color convert

RGB 219 21 236 -
CMYK 0.07 0.91 0 0.07
HSL 295.26º 0.85% 0.5% -
HSV(B) 295.26º 0.91% 0.93% -
XYZ 44.62 21.65 81.18 -
YUV 104.71 202.1 209.52 -
System Red Green Blue C M Y K H S L
Decimal 219 21 236 0.07 0.91 0 0.07 295.26 0.85 0.5
Hex DB 15 EC 7 5B 0 7 127 55 32
Octal 333 25 354 7 133 0 7 447 125 62
Binary 11011011 10101 11101100 111 1011011 0 111 100100111 1010101 110010

Color Harmonies of #DB15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15EC

Black with #DB15EC

Text Example


Text Example

White with #DB15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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