Html Css Color HEX #DB1AED Psychedelic Purple

📋 copy color: '#DB1AED'

red 219 ◦ green 26 ◦ blue 237

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

Shades of Psychedelic Purple #DB1AED

Tints of Psychedelic Purple #DB1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.39%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 45.44%
G = 5.39%
B = 49.17%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB1AED (or 0xDB1AED) is known color: Psychedelic Purple. HEX triplet: DB, 1A and ED. RGB value is (219,26,237). Sum of RGB (Red+Green+Blue) = 219+26+237=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AED is #24E512. Grayscale: #6B6B6B. Windows color (decimal): -2417939 or 15538907. OLE color: 15538907.

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

Color convert

RGB 219 26 237 -
CMYK 0.08 0.89 0 0.07
HSL 294.88º 0.85% 0.52% -
HSV(B) 294.88º 0.89% 0.93% -
XYZ 44.87 21.91 81.99 -
YUV 107.76 200.94 207.34 -
System Red Green Blue C M Y K H S L
Decimal 219 26 237 0.08 0.89 0 0.07 294.88 0.85 0.52
Hex DB 1A ED 8 59 0 7 127 55 34
Octal 333 32 355 10 131 0 7 447 125 64
Binary 11011011 11010 11101101 1000 1011001 0 111 100100111 1010101 110100

Color Harmonies of #DB1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AED

Black with #DB1AED

Text Example


Text Example

White with #DB1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AED; }

 p { color: rgb(219,26,237); }

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

background-color css

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

 a { background-color: rgb(219,26,237); }

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

border-color css

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

 span { border-color: rgb(219,26,237); }

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