Html Css Color HEX #D509FA Psychedelic Purple

📋 copy color: '#D509FA'

red 213 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D509FA

Tints of Psychedelic Purple #D509FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 45.13%
G = 1.91%
B = 52.97%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D509FA (or 0xD509FA) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FA. RGB value is (213,9,250). Sum of RGB (Red+Green+Blue) = 213+9+250=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #D509FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FA is #2AF605. Grayscale: #606060. Windows color (decimal): -2815494 or 16386517. OLE color: 16386517.

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

Color convert

RGB 213 9 250 -
CMYK 0.15 0.96 0 0.02
HSL 290.79º 0.96% 0.51% -
HSV(B) 290.79º 0.96% 0.98% -
XYZ 44.79 21.24 92.18 -
YUV 97.47 214.09 210.4 -
System Red Green Blue C M Y K H S L
Decimal 213 9 250 0.15 0.96 0 0.02 290.79 0.96 0.51
Hex D5 9 FA F 60 0 2 123 60 33
Octal 325 11 372 17 140 0 2 443 140 63
Binary 11010101 1001 11111010 1111 1100000 0 10 100100011 1100000 110011

Color Harmonies of #D509FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509FA

Black with #D509FA

Text Example


Text Example

White with #D509FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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