Html Css Color HEX #D506FA Psychedelic Purple

📋 copy color: '#D506FA'

red 213 ◦ green 6 ◦ blue 250

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

Shades of Psychedelic Purple #D506FA

Tints of Psychedelic Purple #D506FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

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

R = 45.42%
G = 1.28%
B = 53.3%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D506FA (or 0xD506FA) is known color: Psychedelic Purple. HEX triplet: D5, 06 and FA. RGB value is (213,6,250). Sum of RGB (Red+Green+Blue) = 213+6+250=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #D506FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506FA is #2AF905. Grayscale: #5E5E5E. Windows color (decimal): -2816262 or 16385749. OLE color: 16385749.

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

Color convert

RGB 213 6 250 -
CMYK 0.15 0.98 0 0.02
HSL 290.9º 0.96% 0.5% -
HSV(B) 290.9º 0.98% 0.98% -
XYZ 44.76 21.18 92.17 -
YUV 95.71 215.08 211.66 -
System Red Green Blue C M Y K H S L
Decimal 213 6 250 0.15 0.98 0 0.02 290.9 0.96 0.5
Hex D5 6 FA F 62 0 2 123 60 32
Octal 325 6 372 17 142 0 2 443 140 62
Binary 11010101 110 11111010 1111 1100010 0 10 100100011 1100000 110010

Color Harmonies of #D506FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506FA

Black with #D506FA

Text Example


Text Example

White with #D506FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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