Html Css Color HEX #D507EC Psychedelic Purple

📋 copy color: '#D507EC'

red 213 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #D507EC

Tints of Psychedelic Purple #D507EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 46.71%
G = 1.54%
B = 51.75%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D507EC (or 0xD507EC) is known color: Psychedelic Purple. HEX triplet: D5, 07 and EC. RGB value is (213,7,236). Sum of RGB (Red+Green+Blue) = 213+7+236=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #D507EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507EC is #2AF813. Grayscale: #5D5D5D. Windows color (decimal): -2816020 or 15468501. OLE color: 15468501.

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

Color convert

RGB 213 7 236 -
CMYK 0.10 0.97 0 0.07
HSL 293.97º 0.94% 0.48% -
HSV(B) 293.97º 0.97% 0.93% -
XYZ 42.66 20.35 81.04 -
YUV 94.7 207.75 212.38 -
System Red Green Blue C M Y K H S L
Decimal 213 7 236 0.10 0.97 0 0.07 293.97 0.94 0.48
Hex D5 7 EC A 61 0 7 126 5E 30
Octal 325 7 354 12 141 0 7 446 136 60
Binary 11010101 111 11101100 1010 1100001 0 111 100100110 1011110 110000

Color Harmonies of #D507EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507EC

Black with #D507EC

Text Example


Text Example

White with #D507EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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