Html Css Color HEX #D509FD Psychedelic Purple

📋 copy color: '#D509FD'

red 213 ◦ green 9 ◦ blue 253

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

Shades of Psychedelic Purple #D509FD

Tints of Psychedelic Purple #D509FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 44.84%
G = 1.89%
B = 53.26%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D509FD (or 0xD509FD) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FD. RGB value is (213,9,253). Sum of RGB (Red+Green+Blue) = 213+9+253=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #D509FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FD is #2AF602. Grayscale: #616161. Windows color (decimal): -2815491 or 16583125. OLE color: 16583125.

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

Color convert

RGB 213 9 253 -
CMYK 0.16 0.96 0 0.01
HSL 290.16º 0.98% 0.51% -
HSV(B) 290.16º 0.96% 0.99% -
XYZ 45.27 21.43 94.68 -
YUV 97.81 215.59 210.16 -
System Red Green Blue C M Y K H S L
Decimal 213 9 253 0.16 0.96 0 0.01 290.16 0.98 0.51
Hex D5 9 FD 10 60 0 1 122 62 33
Octal 325 11 375 20 140 0 1 442 142 63
Binary 11010101 1001 11111101 10000 1100000 0 1 100100010 1100010 110011

Color Harmonies of #D509FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509FD

Black with #D509FD

Text Example


Text Example

White with #D509FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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