Html Css Color HEX #D815FE Psychedelic Purple

📋 copy color: '#D815FE'

red 216 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #D815FE

Tints of Psychedelic Purple #D815FE

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

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

R = 43.99%
G = 4.28%
B = 51.73%

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

#D815FE (or 0xD815FE) is known color: Psychedelic Purple. HEX triplet: D8, 15 and FE. RGB value is (216,21,254). Sum of RGB (Red+Green+Blue) = 216+21+254=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #D815FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815FE is #27EA01. Grayscale: #696969. Windows color (decimal): -2615810 or 16651736. OLE color: 16651736.

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

Color convert

RGB 216 21 254 -
CMYK 0.15 0.92 0 0.00
HSL 290.21º 0.99% 0.54% -
HSV(B) 290.21º 0.92% 1% -
XYZ 46.48 22.29 95.62 -
YUV 105.87 211.6 206.55 -
System Red Green Blue C M Y K H S L
Decimal 216 21 254 0.15 0.92 0 0.00 290.21 0.99 0.54
Hex D8 15 FE F 5C 0 0 122 63 36
Octal 330 25 376 17 134 0 0 442 143 66
Binary 11011000 10101 11111110 1111 1011100 0 0 100100010 1100011 110110

Color Harmonies of #D815FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815FE

Black with #D815FE

Text Example


Text Example

White with #D815FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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