Html Css Color HEX #D515FE Psychedelic Purple

📋 copy color: '#D515FE'

red 213 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #D515FE

Tints of Psychedelic Purple #D515FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 43.65%
G = 4.3%
B = 52.05%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D515FE (or 0xD515FE) is known color: Psychedelic Purple. HEX triplet: D5, 15 and FE. RGB value is (213,21,254). Sum of RGB (Red+Green+Blue) = 213+21+254=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #D515FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515FE is #2AEA01. Grayscale: #686868. Windows color (decimal): -2812418 or 16651733. OLE color: 16651733.

HSL color Cylindrical-coordinate representation of color #D515FE: hue angle of 289.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D515FE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 21 254 -
CMYK 0.16 0.92 0 0.00
HSL 289.44º 0.99% 0.54% -
HSV(B) 289.44º 0.92% 1% -
XYZ 45.6 21.84 95.58 -
YUV 104.97 212.11 205.05 -
System Red Green Blue C M Y K H S L
Decimal 213 21 254 0.16 0.92 0 0.00 289.44 0.99 0.54
Hex D5 15 FE 10 5C 0 0 121 63 36
Octal 325 25 376 20 134 0 0 441 143 66
Binary 11010101 10101 11111110 10000 1011100 0 0 100100001 1100011 110110

Color Harmonies of #D515FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515FE

Black with #D515FE

Text Example


Text Example

White with #D515FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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