Html Css Color HEX #D515EB Psychedelic Purple

📋 copy color: '#D515EB'

red 213 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #D515EB

Tints of Psychedelic Purple #D515EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.48%

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

R = 45.42%
G = 4.48%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D515EB (or 0xD515EB) is known color: Psychedelic Purple. HEX triplet: D5, 15 and EB. RGB value is (213,21,235). Sum of RGB (Red+Green+Blue) = 213+21+235=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D515EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515EB is #2AEA14. Grayscale: #666666. Windows color (decimal): -2812437 or 15406549. OLE color: 15406549.

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

Color convert

RGB 213 21 235 -
CMYK 0.09 0.91 0 0.08
HSL 293.83º 0.84% 0.5% -
HSV(B) 293.83º 0.91% 0.92% -
XYZ 42.7 20.68 80.34 -
YUV 102.8 202.61 206.6 -
System Red Green Blue C M Y K H S L
Decimal 213 21 235 0.09 0.91 0 0.08 293.83 0.84 0.5
Hex D5 15 EB 9 5B 0 8 126 54 32
Octal 325 25 353 11 133 0 10 446 124 62
Binary 11010101 10101 11101011 1001 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515EB

Black with #D515EB

Text Example


Text Example

White with #D515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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