Html Css Color HEX #D512ED Psychedelic Purple

📋 copy color: '#D512ED'

red 213 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #D512ED

Tints of Psychedelic Purple #D512ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 45.51%
G = 3.85%
B = 50.64%

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

#D512ED (or 0xD512ED) is known color: Psychedelic Purple. HEX triplet: D5, 12 and ED. RGB value is (213,18,237). Sum of RGB (Red+Green+Blue) = 213+18+237=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D512ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512ED is #2AED12. Grayscale: #646464. Windows color (decimal): -2813203 or 15536853. OLE color: 15536853.

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

Color convert

RGB 213 18 237 -
CMYK 0.10 0.92 0 0.07
HSL 293.42º 0.86% 0.5% -
HSV(B) 293.42º 0.92% 0.93% -
XYZ 42.94 20.69 81.85 -
YUV 101.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 213 18 237 0.10 0.92 0 0.07 293.42 0.86 0.5
Hex D5 12 ED A 5C 0 7 125 56 32
Octal 325 22 355 12 134 0 7 445 126 62
Binary 11010101 10010 11101101 1010 1011100 0 111 100100101 1010110 110010

Color Harmonies of #D512ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512ED

Black with #D512ED

Text Example


Text Example

White with #D512ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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