Html Css Color HEX #D507FA Psychedelic Purple

📋 copy color: '#D507FA'

red 213 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #D507FA

Tints of Psychedelic Purple #D507FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

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

R = 45.32%
G = 1.49%
B = 53.19%

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

#D507FA (or 0xD507FA) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FA. RGB value is (213,7,250). Sum of RGB (Red+Green+Blue) = 213+7+250=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #D507FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FA is #2AF805. Grayscale: #5F5F5F. Windows color (decimal): -2816006 or 16386005. OLE color: 16386005.

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

Color convert

RGB 213 7 250 -
CMYK 0.15 0.97 0 0.02
HSL 290.86º 0.96% 0.5% -
HSV(B) 290.86º 0.97% 0.98% -
XYZ 44.77 21.2 92.17 -
YUV 96.3 214.75 211.24 -
System Red Green Blue C M Y K H S L
Decimal 213 7 250 0.15 0.97 0 0.02 290.86 0.96 0.5
Hex D5 7 FA F 61 0 2 123 60 32
Octal 325 7 372 17 141 0 2 443 140 62
Binary 11010101 111 11111010 1111 1100001 0 10 100100011 1100000 110010

Color Harmonies of #D507FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507FA

Black with #D507FA

Text Example


Text Example

White with #D507FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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