Html Css Color HEX #D016EC Psychedelic Purple

📋 copy color: '#D016EC'

red 208 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #D016EC

Tints of Psychedelic Purple #D016EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 44.64%
G = 4.72%
B = 50.64%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D016EC (or 0xD016EC) is known color: Psychedelic Purple. HEX triplet: D0, 16 and EC. RGB value is (208,22,236). Sum of RGB (Red+Green+Blue) = 208+22+236=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D016EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016EC is #2FE913. Grayscale: #656565. Windows color (decimal): -3139860 or 15472336. OLE color: 15472336.

HSL color Cylindrical-coordinate representation of color #D016EC: hue angle of 292.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D016EC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 22 236 -
CMYK 0.12 0.91 0 0.07
HSL 292.15º 0.85% 0.51% -
HSV(B) 292.15º 0.91% 0.93% -
XYZ 41.44 20.04 81.04 -
YUV 102.01 203.62 203.6 -
System Red Green Blue C M Y K H S L
Decimal 208 22 236 0.12 0.91 0 0.07 292.15 0.85 0.51
Hex D0 16 EC C 5B 0 7 124 55 33
Octal 320 26 354 14 133 0 7 444 125 63
Binary 11010000 10110 11101100 1100 1011011 0 111 100100100 1010101 110011

Color Harmonies of #D016EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016EC

Black with #D016EC

Text Example


Text Example

White with #D016EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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