Html Css Color HEX #D508FA Psychedelic Purple

📋 copy color: '#D508FA'

red 213 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #D508FA

Tints of Psychedelic Purple #D508FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 45.22%
G = 1.7%
B = 53.08%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D508FA (or 0xD508FA) is known color: Psychedelic Purple. HEX triplet: D5, 08 and FA. RGB value is (213,8,250). Sum of RGB (Red+Green+Blue) = 213+8+250=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #D508FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508FA is #2AF705. Grayscale: #606060. Windows color (decimal): -2815750 or 16386261. OLE color: 16386261.

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

Color convert

RGB 213 8 250 -
CMYK 0.15 0.97 0 0.02
HSL 290.83º 0.96% 0.51% -
HSV(B) 290.83º 0.97% 0.98% -
XYZ 44.78 21.22 92.18 -
YUV 96.88 214.42 210.82 -
System Red Green Blue C M Y K H S L
Decimal 213 8 250 0.15 0.97 0 0.02 290.83 0.96 0.51
Hex D5 8 FA F 61 0 2 123 60 33
Octal 325 10 372 17 141 0 2 443 140 63
Binary 11010101 1000 11111010 1111 1100001 0 10 100100011 1100000 110011

Color Harmonies of #D508FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508FA

Black with #D508FA

Text Example


Text Example

White with #D508FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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