Html Css Color HEX #D716FE Psychedelic Purple

📋 copy color: '#D716FE'

red 215 ◦ green 22 ◦ blue 254

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

Shades of Psychedelic Purple #D716FE

Tints of Psychedelic Purple #D716FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.48%

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

R = 43.79%
G = 4.48%
B = 51.73%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D716FE (or 0xD716FE) is known color: Psychedelic Purple. HEX triplet: D7, 16 and FE. RGB value is (215,22,254). Sum of RGB (Red+Green+Blue) = 215+22+254=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 22 (8.98% from 255 or 4.48% 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 #D716FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D716FE is #28E901. Grayscale: #696969. Windows color (decimal): -2681090 or 16651991. OLE color: 16651991.

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

Color convert

RGB 215 22 254 -
CMYK 0.15 0.91 0 0.00
HSL 289.91º 0.99% 0.54% -
HSV(B) 289.91º 0.91% 1% -
XYZ 46.2 22.18 95.61 -
YUV 106.16 211.44 205.64 -
System Red Green Blue C M Y K H S L
Decimal 215 22 254 0.15 0.91 0 0.00 289.91 0.99 0.54
Hex D7 16 FE F 5B 0 0 122 63 36
Octal 327 26 376 17 133 0 0 442 143 66
Binary 11010111 10110 11111110 1111 1011011 0 0 100100010 1100011 110110

Color Harmonies of #D716FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716FE

Black with #D716FE

Text Example


Text Example

White with #D716FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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