Html Css Color HEX #D016FE Psychedelic Purple

📋 copy color: '#D016FE'

red 208 ◦ green 22 ◦ blue 254

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

Shades of Psychedelic Purple #D016FE

Tints of Psychedelic Purple #D016FE

RGB

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

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

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

R = 42.98%
G = 4.55%
B = 52.48%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D016FE (or 0xD016FE) is known color: Psychedelic Purple. HEX triplet: D0, 16 and FE. RGB value is (208,22,254). Sum of RGB (Red+Green+Blue) = 208+22+254=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #D016FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016FE is #2FE901. Grayscale: #676767. Windows color (decimal): -3139842 or 16651984. OLE color: 16651984.

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

Color convert

RGB 208 22 254 -
CMYK 0.18 0.91 0 0.00
HSL 288.1º 0.99% 0.54% -
HSV(B) 288.1º 0.91% 1% -
XYZ 44.19 21.14 95.52 -
YUV 104.06 212.62 202.14 -
System Red Green Blue C M Y K H S L
Decimal 208 22 254 0.18 0.91 0 0.00 288.1 0.99 0.54
Hex D0 16 FE 12 5B 0 0 120 63 36
Octal 320 26 376 22 133 0 0 440 143 66
Binary 11010000 10110 11111110 10010 1011011 0 0 100100000 1100011 110110

Color Harmonies of #D016FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016FE

Black with #D016FE

Text Example


Text Example

White with #D016FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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