Html Css Color HEX #D811EC Psychedelic Purple

📋 copy color: '#D811EC'

red 216 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #D811EC

Tints of Psychedelic Purple #D811EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.62%

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

R = 46.06%
G = 3.62%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D811EC (or 0xD811EC) is known color: Psychedelic Purple. HEX triplet: D8, 11 and EC. RGB value is (216,17,236). Sum of RGB (Red+Green+Blue) = 216+17+236=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #D811EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811EC is #27EE13. Grayscale: #646464. Windows color (decimal): -2616852 or 15471064. OLE color: 15471064.

HSL color Cylindrical-coordinate representation of color #D811EC: hue angle of 294.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D811EC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 17 236 -
CMYK 0.08 0.93 0 0.07
HSL 294.52º 0.87% 0.5% -
HSV(B) 294.52º 0.93% 0.93% -
XYZ 43.66 21.06 81.12 -
YUV 101.47 203.93 209.69 -
System Red Green Blue C M Y K H S L
Decimal 216 17 236 0.08 0.93 0 0.07 294.52 0.87 0.5
Hex D8 11 EC 8 5D 0 7 127 57 32
Octal 330 21 354 10 135 0 7 447 127 62
Binary 11011000 10001 11101100 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #D811EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811EC

Black with #D811EC

Text Example


Text Example

White with #D811EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811EC; }

 p { color: rgb(216,17,236); }

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

background-color css

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

 a { background-color: rgb(216,17,236); }

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

border-color css

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

 span { border-color: rgb(216,17,236); }

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