Html Css Color HEX #DB13FF Psychedelic Purple

📋 copy color: '#DB13FF'

red 219 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #DB13FF

Tints of Psychedelic Purple #DB13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

 BLUE value IS 255 (100% from 255) = 51.72%

R = 44.42%
G = 3.85%
B = 51.72%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB13FF (or 0xDB13FF) is known color: Psychedelic Purple. HEX triplet: DB, 13 and FF. RGB value is (219,19,255). Sum of RGB (Red+Green+Blue) = 219+19+255=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 19 (7.81% from 255 or 3.85% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13FF is #24EC00. Grayscale: #686868. Windows color (decimal): -2419713 or 16716763. OLE color: 16716763.

HSL color Cylindrical-coordinate representation of color #DB13FF: hue angle of 290.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB13FF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 19 255 -
CMYK 0.14 0.93 0 0
HSL 290.85º 1% 0.54% -
HSV(B) 290.85º 0.93% 1% -
XYZ 47.5 22.75 96.49 -
YUV 105.7 212.26 208.81 -
System Red Green Blue C M Y K H S L
Decimal 219 19 255 0.14 0.93 0 0 290.85 1 0.54
Hex DB 13 FF E 5D 0 0 123 64 36
Octal 333 23 377 16 135 0 0 443 144 66
Binary 11011011 10011 11111111 1110 1011101 0 0 100100011 1100100 110110

Color Harmonies of #DB13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13FF

Black with #DB13FF

Text Example


Text Example

White with #DB13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13FF; }

 p { color: rgb(219,19,255); }

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

background-color css

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

 a { background-color: rgb(219,19,255); }

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

border-color css

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

 span { border-color: rgb(219,19,255); }

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