Html Css Color HEX #D511EB Psychedelic Purple

📋 copy color: '#D511EB'

red 213 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #D511EB

Tints of Psychedelic Purple #D511EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.66%

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 45.81%
G = 3.66%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D511EB (or 0xD511EB) is known color: Psychedelic Purple. HEX triplet: D5, 11 and EB. RGB value is (213,17,235). Sum of RGB (Red+Green+Blue) = 213+17+235=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D511EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511EB is #2AEE14. Grayscale: #636363. Windows color (decimal): -2813461 or 15405525. OLE color: 15405525.

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

Color convert

RGB 213 17 235 -
CMYK 0.09 0.93 0 0.08
HSL 293.94º 0.87% 0.49% -
HSV(B) 293.94º 0.93% 0.92% -
XYZ 42.64 20.55 80.32 -
YUV 100.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 213 17 235 0.09 0.93 0 0.08 293.94 0.87 0.49
Hex D5 11 EB 9 5D 0 8 126 57 31
Octal 325 21 353 11 135 0 10 446 127 61
Binary 11010101 10001 11101011 1001 1011101 0 1000 100100110 1010111 110001

Color Harmonies of #D511EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511EB

Black with #D511EB

Text Example


Text Example

White with #D511EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511EB; }

 p { color: rgb(213,17,235); }

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

background-color css

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

 a { background-color: rgb(213,17,235); }

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

border-color css

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

 span { border-color: rgb(213,17,235); }

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