Html Css Color HEX #D508FE Psychedelic Purple

📋 copy color: '#D508FE'

red 213 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #D508FE

Tints of Psychedelic Purple #D508FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 44.84%
G = 1.68%
B = 53.47%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D508FE (or 0xD508FE) is known color: Psychedelic Purple. HEX triplet: D5, 08 and FE. RGB value is (213,8,254). Sum of RGB (Red+Green+Blue) = 213+8+254=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #D508FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508FE is #2AF701. Grayscale: #606060. Windows color (decimal): -2815746 or 16648405. OLE color: 16648405.

HSL color Cylindrical-coordinate representation of color #D508FE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D508FE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 8 254 -
CMYK 0.16 0.97 0 0.00
HSL 290º 0.99% 0.51% -
HSV(B) 290º 0.97% 1% -
XYZ 45.42 21.48 95.52 -
YUV 97.34 216.42 210.5 -
System Red Green Blue C M Y K H S L
Decimal 213 8 254 0.16 0.97 0 0.00 290 0.99 0.51
Hex D5 8 FE 10 61 0 0 122 63 33
Octal 325 10 376 20 141 0 0 442 143 63
Binary 11010101 1000 11111110 10000 1100001 0 0 100100010 1100011 110011

Color Harmonies of #D508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508FE

Black with #D508FE

Text Example


Text Example

White with #D508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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