Html Css Color HEX #DB1AE7 Psychedelic Purple

📋 copy color: '#DB1AE7'

red 219 ◦ green 26 ◦ blue 231

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

Shades of Psychedelic Purple #DB1AE7

Tints of Psychedelic Purple #DB1AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.53%

R = 46.01%
G = 5.46%
B = 48.53%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB1AE7 (or 0xDB1AE7) is known color: Psychedelic Purple. HEX triplet: DB, 1A and E7. RGB value is (219,26,231). Sum of RGB (Red+Green+Blue) = 219+26+231=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB1AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AE7 is #24E518. Grayscale: #6A6A6A. Windows color (decimal): -2417945 or 15145691. OLE color: 15145691.

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

Color convert

RGB 219 26 231 -
CMYK 0.05 0.89 0 0.09
HSL 296.49º 0.81% 0.5% -
HSV(B) 296.49º 0.89% 0.91% -
XYZ 44.01 21.57 77.45 -
YUV 107.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 219 26 231 0.05 0.89 0 0.09 296.49 0.81 0.5
Hex DB 1A E7 5 59 0 9 128 51 32
Octal 333 32 347 5 131 0 11 450 121 62
Binary 11011011 11010 11100111 101 1011001 0 1001 100101000 1010001 110010

Color Harmonies of #DB1AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AE7

Black with #DB1AE7

Text Example


Text Example

White with #DB1AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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