Html Css Color HEX #D512EF Psychedelic Purple

📋 copy color: '#D512EF'

red 213 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #D512EF

Tints of Psychedelic Purple #D512EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 45.32%
G = 3.83%
B = 50.85%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D512EF (or 0xD512EF) is known color: Psychedelic Purple. HEX triplet: D5, 12 and EF. RGB value is (213,18,239). Sum of RGB (Red+Green+Blue) = 213+18+239=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D512EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512EF is #2AED10. Grayscale: #646464. Windows color (decimal): -2813201 or 15667925. OLE color: 15667925.

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

Color convert

RGB 213 18 239 -
CMYK 0.11 0.92 0 0.06
HSL 292.94º 0.87% 0.5% -
HSV(B) 292.94º 0.92% 0.94% -
XYZ 43.24 20.81 83.4 -
YUV 101.5 205.6 207.53 -
System Red Green Blue C M Y K H S L
Decimal 213 18 239 0.11 0.92 0 0.06 292.94 0.87 0.5
Hex D5 12 EF B 5C 0 6 125 57 32
Octal 325 22 357 13 134 0 6 445 127 62
Binary 11010101 10010 11101111 1011 1011100 0 110 100100101 1010111 110010

Color Harmonies of #D512EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512EF

Black with #D512EF

Text Example


Text Example

White with #D512EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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