Html Css Color HEX #D016FC Psychedelic Purple

📋 copy color: '#D016FC'

red 208 ◦ green 22 ◦ blue 252

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

Shades of Psychedelic Purple #D016FC

Tints of Psychedelic Purple #D016FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 43.15%
G = 4.56%
B = 52.28%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D016FC (or 0xD016FC) is known color: Psychedelic Purple. HEX triplet: D0, 16 and FC. RGB value is (208,22,252). Sum of RGB (Red+Green+Blue) = 208+22+252=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #D016FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016FC is #2FE903. Grayscale: #676767. Windows color (decimal): -3139844 or 16520912. OLE color: 16520912.

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

Color convert

RGB 208 22 252 -
CMYK 0.17 0.91 0 0.01
HSL 288.52º 0.97% 0.54% -
HSV(B) 288.52º 0.91% 0.99% -
XYZ 43.87 21.01 93.84 -
YUV 103.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 208 22 252 0.17 0.91 0 0.01 288.52 0.97 0.54
Hex D0 16 FC 11 5B 0 1 121 61 36
Octal 320 26 374 21 133 0 1 441 141 66
Binary 11010000 10110 11111100 10001 1011011 0 1 100100001 1100001 110110

Color Harmonies of #D016FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016FC

Black with #D016FC

Text Example


Text Example

White with #D016FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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