Html Css Color HEX #D715FE Psychedelic Purple

📋 copy color: '#D715FE'

red 215 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #D715FE

Tints of Psychedelic Purple #D715FE

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 4.29%
B = 51.84%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D715FE (or 0xD715FE) is known color: Psychedelic Purple. HEX triplet: D7, 15 and FE. RGB value is (215,21,254). Sum of RGB (Red+Green+Blue) = 215+21+254=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #D715FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715FE is #28EA01. Grayscale: #686868. Windows color (decimal): -2681346 or 16651735. OLE color: 16651735.

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

Color convert

RGB 215 21 254 -
CMYK 0.15 0.92 0 0.00
HSL 289.96º 0.99% 0.54% -
HSV(B) 289.96º 0.92% 1% -
XYZ 46.18 22.14 95.61 -
YUV 105.57 211.77 206.05 -
System Red Green Blue C M Y K H S L
Decimal 215 21 254 0.15 0.92 0 0.00 289.96 0.99 0.54
Hex D7 15 FE F 5C 0 0 122 63 36
Octal 327 25 376 17 134 0 0 442 143 66
Binary 11010111 10101 11111110 1111 1011100 0 0 100100010 1100011 110110

Color Harmonies of #D715FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715FE

Black with #D715FE

Text Example


Text Example

White with #D715FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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