Html Css Color HEX #D500FC Psychedelic Purple

📋 copy color: '#D500FC'

red 213 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #D500FC

Tints of Psychedelic Purple #D500FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 45.81%
G = 0%
B = 54.19%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D500FC (or 0xD500FC) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FC. RGB value is (213,0,252). Sum of RGB (Red+Green+Blue) = 213+0+252=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #D500FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FC is #2AFF03. Grayscale: #5B5B5B. Windows color (decimal): -2817796 or 16515285. OLE color: 16515285.

HSL color Cylindrical-coordinate representation of color #D500FC: hue angle of 290.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500FC is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 0 252 -
CMYK 0.15 1 0 0.01
HSL 290.71º 1% 0.49% -
HSV(B) 290.71º 1% 0.99% -
XYZ 45.01 21.17 93.81 -
YUV 92.42 218.07 214.01 -
System Red Green Blue C M Y K H S L
Decimal 213 0 252 0.15 1 0 0.01 290.71 1 0.49
Hex D5 0 FC F 64 0 1 123 64 31
Octal 325 0 374 17 144 0 1 443 144 61
Binary 11010101 0 11111100 1111 1100100 0 1 100100011 1100100 110001

Color Harmonies of #D500FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500FC

Black with #D500FC

Text Example


Text Example

White with #D500FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500FC; }

 p { color: rgb(213,0,252); }

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

background-color css

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

 a { background-color: rgb(213,0,252); }

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

border-color css

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

 span { border-color: rgb(213,0,252); }

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