Html Css Color HEX #D512EC Psychedelic Purple

📋 copy color: '#D512EC'

red 213 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #D512EC

Tints of Psychedelic Purple #D512EC

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 3.85%
B = 50.54%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D512EC (or 0xD512EC) is known color: Psychedelic Purple. HEX triplet: D5, 12 and EC. RGB value is (213,18,236). Sum of RGB (Red+Green+Blue) = 213+18+236=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D512EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512EC is #2AED13. Grayscale: #646464. Windows color (decimal): -2813204 or 15471317. OLE color: 15471317.

HSL color Cylindrical-coordinate representation of color #D512EC: hue angle of 293.67º 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 #D512EC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 18 236 -
CMYK 0.10 0.92 0 0.07
HSL 293.67º 0.86% 0.5% -
HSV(B) 293.67º 0.92% 0.93% -
XYZ 42.8 20.63 81.08 -
YUV 101.16 204.1 207.77 -
System Red Green Blue C M Y K H S L
Decimal 213 18 236 0.10 0.92 0 0.07 293.67 0.86 0.5
Hex D5 12 EC A 5C 0 7 126 56 32
Octal 325 22 354 12 134 0 7 446 126 62
Binary 11010101 10010 11101100 1010 1011100 0 111 100100110 1010110 110010

Color Harmonies of #D512EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512EC

Black with #D512EC

Text Example


Text Example

White with #D512EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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