Html Css Color HEX #DB0DFA Psychedelic Purple

📋 copy color: '#DB0DFA'

red 219 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #DB0DFA

Tints of Psychedelic Purple #DB0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 45.44%
G = 2.7%
B = 51.87%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB0DFA (or 0xDB0DFA) is known color: Psychedelic Purple. HEX triplet: DB, 0D and FA. RGB value is (219,13,250). Sum of RGB (Red+Green+Blue) = 219+13+250=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB0DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DFA is #24F205. Grayscale: #646464. Windows color (decimal): -2421254 or 16387547. OLE color: 16387547.

HSL color Cylindrical-coordinate representation of color #DB0DFA: hue angle of 292.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DFA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 13 250 -
CMYK 0.12 0.95 0 0.02
HSL 292.15º 0.96% 0.52% -
HSV(B) 292.15º 0.95% 0.98% -
XYZ 46.61 22.25 92.28 -
YUV 101.61 211.75 211.73 -
System Red Green Blue C M Y K H S L
Decimal 219 13 250 0.12 0.95 0 0.02 292.15 0.96 0.52
Hex DB D FA C 5F 0 2 124 60 34
Octal 333 15 372 14 137 0 2 444 140 64
Binary 11011011 1101 11111010 1100 1011111 0 10 100100100 1100000 110100

Color Harmonies of #DB0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DFA

Black with #DB0DFA

Text Example


Text Example

White with #DB0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DFA; }

 p { color: rgb(219,13,250); }

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

background-color css

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

 a { background-color: rgb(219,13,250); }

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

border-color css

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

 span { border-color: rgb(219,13,250); }

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