Html Css Color HEX #D515ED Psychedelic Purple

📋 copy color: '#D515ED'

red 213 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #D515ED

Tints of Psychedelic Purple #D515ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 45.22%
G = 4.46%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D515ED (or 0xD515ED) is known color: Psychedelic Purple. HEX triplet: D5, 15 and ED. RGB value is (213,21,237). Sum of RGB (Red+Green+Blue) = 213+21+237=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #D515ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515ED is #2AEA12. Grayscale: #666666. Windows color (decimal): -2812435 or 15537621. OLE color: 15537621.

HSL color Cylindrical-coordinate representation of color #D515ED: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D515ED is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 21 237 -
CMYK 0.10 0.91 0 0.07
HSL 293.33º 0.86% 0.51% -
HSV(B) 293.33º 0.91% 0.93% -
XYZ 42.99 20.8 81.87 -
YUV 103.03 203.61 206.44 -
System Red Green Blue C M Y K H S L
Decimal 213 21 237 0.10 0.91 0 0.07 293.33 0.86 0.51
Hex D5 15 ED A 5B 0 7 125 56 33
Octal 325 25 355 12 133 0 7 445 126 63
Binary 11010101 10101 11101101 1010 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D515ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515ED

Black with #D515ED

Text Example


Text Example

White with #D515ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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