Html Css Color HEX #D510EC Psychedelic Purple

📋 copy color: '#D510EC'

red 213 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #D510EC

Tints of Psychedelic Purple #D510EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.44%

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

R = 45.81%
G = 3.44%
B = 50.75%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D510EC (or 0xD510EC) is known color: Psychedelic Purple. HEX triplet: D5, 10 and EC. RGB value is (213,16,236). Sum of RGB (Red+Green+Blue) = 213+16+236=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 16 (6.64% from 255 or 3.44% 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 #D510EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D510EC is #2AEF13. Grayscale: #636363. Windows color (decimal): -2813716 or 15470805. OLE color: 15470805.

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

Color convert

RGB 213 16 236 -
CMYK 0.10 0.93 0 0.07
HSL 293.73º 0.87% 0.49% -
HSV(B) 293.73º 0.93% 0.93% -
XYZ 42.77 20.57 81.07 -
YUV 99.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 213 16 236 0.10 0.93 0 0.07 293.73 0.87 0.49
Hex D5 10 EC A 5D 0 7 126 57 31
Octal 325 20 354 12 135 0 7 446 127 61
Binary 11010101 10000 11101100 1010 1011101 0 111 100100110 1010111 110001

Color Harmonies of #D510EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510EC

Black with #D510EC

Text Example


Text Example

White with #D510EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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