Html Css Color HEX #D814FE Psychedelic Purple

📋 copy color: '#D814FE'

red 216 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #D814FE

Tints of Psychedelic Purple #D814FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.08%

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

R = 44.08%
G = 4.08%
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

#D814FE (or 0xD814FE) is known color: Psychedelic Purple. HEX triplet: D8, 14 and FE. RGB value is (216,20,254). Sum of RGB (Red+Green+Blue) = 216+20+254=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 20 (8.20% from 255 or 4.08% 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 #D814FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814FE is #27EB01. Grayscale: #686868. Windows color (decimal): -2616066 or 16651480. OLE color: 16651480.

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

Color convert

RGB 216 20 254 -
CMYK 0.15 0.92 0 0.00
HSL 290.26º 0.99% 0.54% -
HSV(B) 290.26º 0.92% 1% -
XYZ 46.46 22.26 95.61 -
YUV 105.28 211.93 206.97 -
System Red Green Blue C M Y K H S L
Decimal 216 20 254 0.15 0.92 0 0.00 290.26 0.99 0.54
Hex D8 14 FE F 5C 0 0 122 63 36
Octal 330 24 376 17 134 0 0 442 143 66
Binary 11011000 10100 11111110 1111 1011100 0 0 100100010 1100011 110110

Color Harmonies of #D814FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814FE

Black with #D814FE

Text Example


Text Example

White with #D814FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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