Html Css Color HEX #D500FB Psychedelic Purple

📋 copy color: '#D500FB'

red 213 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #D500FB

Tints of Psychedelic Purple #D500FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 45.91%
G = 0%
B = 54.09%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D500FB (or 0xD500FB) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FB. RGB value is (213,0,251). Sum of RGB (Red+Green+Blue) = 213+0+251=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #D500FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FB is #2AFF04. Grayscale: #5B5B5B. Windows color (decimal): -2817797 or 16449749. OLE color: 16449749.

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

Color convert

RGB 213 0 251 -
CMYK 0.15 1 0 0.02
HSL 290.92º 1% 0.49% -
HSV(B) 290.92º 1% 0.98% -
XYZ 44.85 21.11 92.98 -
YUV 92.3 217.57 214.09 -
System Red Green Blue C M Y K H S L
Decimal 213 0 251 0.15 1 0 0.02 290.92 1 0.49
Hex D5 0 FB F 64 0 2 123 64 31
Octal 325 0 373 17 144 0 2 443 144 61
Binary 11010101 0 11111011 1111 1100100 0 10 100100011 1100100 110001

Color Harmonies of #D500FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500FB

Black with #D500FB

Text Example


Text Example

White with #D500FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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