Html Css Color HEX #D515F1 Psychedelic Purple

📋 copy color: '#D515F1'

red 213 ◦ green 21 ◦ blue 241

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

Shades of Psychedelic Purple #D515F1

Tints of Psychedelic Purple #D515F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 44.84%
G = 4.42%
B = 50.74%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D515F1 (or 0xD515F1) is known color: Psychedelic Purple. HEX triplet: D5, 15 and F1. RGB value is (213,21,241). Sum of RGB (Red+Green+Blue) = 213+21+241=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #D515F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515F1 is #2AEA0E. Grayscale: #666666. Windows color (decimal): -2812431 or 15799765. OLE color: 15799765.

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

Color convert

RGB 213 21 241 -
CMYK 0.12 0.91 0 0.05
HSL 292.36º 0.89% 0.51% -
HSV(B) 292.36º 0.91% 0.95% -
XYZ 43.59 21.03 84.98 -
YUV 103.49 205.61 206.11 -
System Red Green Blue C M Y K H S L
Decimal 213 21 241 0.12 0.91 0 0.05 292.36 0.89 0.51
Hex D5 15 F1 C 5B 0 5 124 59 33
Octal 325 25 361 14 133 0 5 444 131 63
Binary 11010101 10101 11110001 1100 1011011 0 101 100100100 1011001 110011

Color Harmonies of #D515F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515F1

Black with #D515F1

Text Example


Text Example

White with #D515F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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