Html Css Color HEX #D519EA Psychedelic Purple

📋 copy color: '#D519EA'

red 213 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #D519EA

Tints of Psychedelic Purple #D519EA

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

 GREEN value IS 25 (10.16% from 255) = 5.3%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 45.13%
G = 5.3%
B = 49.58%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D519EA (or 0xD519EA) is known color: Psychedelic Purple. HEX triplet: D5, 19 and EA. RGB value is (213,25,234). Sum of RGB (Red+Green+Blue) = 213+25+234=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #D519EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519EA is #2AE615. Grayscale: #686868. Windows color (decimal): -2811414 or 15342037. OLE color: 15342037.

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

Color convert

RGB 213 25 234 -
CMYK 0.09 0.89 0 0.08
HSL 293.97º 0.83% 0.51% -
HSV(B) 293.97º 0.89% 0.92% -
XYZ 42.64 20.78 79.61 -
YUV 105.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 213 25 234 0.09 0.89 0 0.08 293.97 0.83 0.51
Hex D5 19 EA 9 59 0 8 126 53 33
Octal 325 31 352 11 131 0 10 446 123 63
Binary 11010101 11001 11101010 1001 1011001 0 1000 100100110 1010011 110011

Color Harmonies of #D519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519EA

Black with #D519EA

Text Example


Text Example

White with #D519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519EA; }

 p { color: rgb(213,25,234); }

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

background-color css

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

 a { background-color: rgb(213,25,234); }

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

border-color css

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

 span { border-color: rgb(213,25,234); }

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