Html Css Color HEX #D508ED Psychedelic Purple

📋 copy color: '#D508ED'

red 213 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #D508ED

Tints of Psychedelic Purple #D508ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

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

R = 46.51%
G = 1.75%
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

#D508ED (or 0xD508ED) is known color: Psychedelic Purple. HEX triplet: D5, 08 and ED. RGB value is (213,8,237). Sum of RGB (Red+Green+Blue) = 213+8+237=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #D508ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508ED is #2AF712. Grayscale: #5E5E5E. Windows color (decimal): -2815763 or 15534293. OLE color: 15534293.

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

Color convert

RGB 213 8 237 -
CMYK 0.10 0.97 0 0.07
HSL 293.71º 0.93% 0.48% -
HSV(B) 293.71º 0.97% 0.93% -
XYZ 42.81 20.43 81.81 -
YUV 95.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 213 8 237 0.10 0.97 0 0.07 293.71 0.93 0.48
Hex D5 8 ED A 61 0 7 126 5D 30
Octal 325 10 355 12 141 0 7 446 135 60
Binary 11010101 1000 11101101 1010 1100001 0 111 100100110 1011101 110000

Color Harmonies of #D508ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508ED

Black with #D508ED

Text Example


Text Example

White with #D508ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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