Html Css Color HEX #DB1AE9 Psychedelic Purple

📋 copy color: '#DB1AE9'

red 219 ◦ green 26 ◦ blue 233

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

Shades of Psychedelic Purple #DB1AE9

Tints of Psychedelic Purple #DB1AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.74%

R = 45.82%
G = 5.44%
B = 48.74%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB1AE9 (or 0xDB1AE9) is known color: Psychedelic Purple. HEX triplet: DB, 1A and E9. RGB value is (219,26,233). Sum of RGB (Red+Green+Blue) = 219+26+233=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB1AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AE9 is #24E516. Grayscale: #6A6A6A. Windows color (decimal): -2417943 or 15276763. OLE color: 15276763.

HSL color Cylindrical-coordinate representation of color #DB1AE9: hue angle of 295.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1AE9 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 26 233 -
CMYK 0.06 0.89 0 0.09
HSL 295.94º 0.82% 0.51% -
HSV(B) 295.94º 0.89% 0.91% -
XYZ 44.29 21.68 78.94 -
YUV 107.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 219 26 233 0.06 0.89 0 0.09 295.94 0.82 0.51
Hex DB 1A E9 6 59 0 9 128 52 33
Octal 333 32 351 6 131 0 11 450 122 63
Binary 11011011 11010 11101001 110 1011001 0 1001 100101000 1010010 110011

Color Harmonies of #DB1AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AE9

Black with #DB1AE9

Text Example


Text Example

White with #DB1AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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