Html Css Color HEX #D509FE Psychedelic Purple

📋 copy color: '#D509FE'

red 213 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #D509FE

Tints of Psychedelic Purple #D509FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 44.75%
G = 1.89%
B = 53.36%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D509FE (or 0xD509FE) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FE. RGB value is (213,9,254). Sum of RGB (Red+Green+Blue) = 213+9+254=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #D509FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FE is #2AF601. Grayscale: #616161. Windows color (decimal): -2815490 or 16648661. OLE color: 16648661.

HSL color Cylindrical-coordinate representation of color #D509FE: hue angle of 289.96º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509FE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 9 254 -
CMYK 0.16 0.96 0 0.00
HSL 289.96º 0.99% 0.52% -
HSV(B) 289.96º 0.96% 1% -
XYZ 45.43 21.5 95.52 -
YUV 97.93 216.09 210.08 -
System Red Green Blue C M Y K H S L
Decimal 213 9 254 0.16 0.96 0 0.00 289.96 0.99 0.52
Hex D5 9 FE 10 60 0 0 122 63 34
Octal 325 11 376 20 140 0 0 442 143 64
Binary 11010101 1001 11111110 10000 1100000 0 0 100100010 1100011 110100

Color Harmonies of #D509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509FE

Black with #D509FE

Text Example


Text Example

White with #D509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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