Html Css Color HEX #D014FE Psychedelic Purple

📋 copy color: '#D014FE'

red 208 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #D014FE

Tints of Psychedelic Purple #D014FE

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

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

R = 43.15%
G = 4.15%
B = 52.7%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D014FE (or 0xD014FE) is known color: Psychedelic Purple. HEX triplet: D0, 14 and FE. RGB value is (208,20,254). Sum of RGB (Red+Green+Blue) = 208+20+254=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D014FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014FE is #2FEB01. Grayscale: #666666. Windows color (decimal): -3140354 or 16651472. OLE color: 16651472.

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

Color convert

RGB 208 20 254 -
CMYK 0.18 0.92 0 0.00
HSL 288.21º 0.99% 0.54% -
HSV(B) 288.21º 0.92% 1% -
XYZ 44.15 21.07 95.51 -
YUV 102.89 213.28 202.97 -
System Red Green Blue C M Y K H S L
Decimal 208 20 254 0.18 0.92 0 0.00 288.21 0.99 0.54
Hex D0 14 FE 12 5C 0 0 120 63 36
Octal 320 24 376 22 134 0 0 440 143 66
Binary 11010000 10100 11111110 10010 1011100 0 0 100100000 1100011 110110

Color Harmonies of #D014FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014FE

Black with #D014FE

Text Example


Text Example

White with #D014FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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