Html Css Color HEX #D315FE Psychedelic Purple

📋 copy color: '#D315FE'

red 211 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #D315FE

Tints of Psychedelic Purple #D315FE

RGB

 RED value IS 211 (82.81% from 255) = 43.42%

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

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

R = 43.42%
G = 4.32%
B = 52.26%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D315FE (or 0xD315FE) is known color: Psychedelic Purple. HEX triplet: D3, 15 and FE. RGB value is (211,21,254). Sum of RGB (Red+Green+Blue) = 211+21+254=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #D315FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315FE is #2CEA01. Grayscale: #676767. Windows color (decimal): -2943490 or 16651731. OLE color: 16651731.

HSL color Cylindrical-coordinate representation of color #D315FE: hue angle of 288.93º 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 #D315FE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 21 254 -
CMYK 0.17 0.92 0 0.00
HSL 288.93º 0.99% 0.54% -
HSV(B) 288.93º 0.92% 1% -
XYZ 45.02 21.54 95.55 -
YUV 104.37 212.45 204.05 -
System Red Green Blue C M Y K H S L
Decimal 211 21 254 0.17 0.92 0 0.00 288.93 0.99 0.54
Hex D3 15 FE 11 5C 0 0 121 63 36
Octal 323 25 376 21 134 0 0 441 143 66
Binary 11010011 10101 11111110 10001 1011100 0 0 100100001 1100011 110110

Color Harmonies of #D315FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315FE

Black with #D315FE

Text Example


Text Example

White with #D315FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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