Html Css Color HEX #D312EC Psychedelic Purple

📋 copy color: '#D312EC'

red 211 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #D312EC

Tints of Psychedelic Purple #D312EC

RGB

 RED value IS 211 (82.81% from 255) = 45.38%

 GREEN value IS 18 (7.42% from 255) = 3.87%

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

R = 45.38%
G = 3.87%
B = 50.75%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D312EC (or 0xD312EC) is known color: Psychedelic Purple. HEX triplet: D3, 12 and EC. RGB value is (211,18,236). Sum of RGB (Red+Green+Blue) = 211+18+236=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #D312EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312EC is #2CED13. Grayscale: #636363. Windows color (decimal): -2944276 or 15471315. OLE color: 15471315.

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

Color convert

RGB 211 18 236 -
CMYK 0.11 0.92 0 0.07
HSL 293.12º 0.86% 0.5% -
HSV(B) 293.12º 0.92% 0.93% -
XYZ 42.22 20.34 81.06 -
YUV 100.56 204.44 206.77 -
System Red Green Blue C M Y K H S L
Decimal 211 18 236 0.11 0.92 0 0.07 293.12 0.86 0.5
Hex D3 12 EC B 5C 0 7 125 56 32
Octal 323 22 354 13 134 0 7 445 126 62
Binary 11010011 10010 11101100 1011 1011100 0 111 100100101 1010110 110010

Color Harmonies of #D312EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312EC

Black with #D312EC

Text Example


Text Example

White with #D312EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312EC; }

 p { color: rgb(211,18,236); }

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

background-color css

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

 a { background-color: rgb(211,18,236); }

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

border-color css

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

 span { border-color: rgb(211,18,236); }

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