Html Css Color HEX #D509FF Psychedelic Purple

📋 copy color: '#D509FF'

red 213 ◦ green 9 ◦ blue 255

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

Shades of Psychedelic Purple #D509FF

Tints of Psychedelic Purple #D509FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 44.65%
G = 1.89%
B = 53.46%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D509FF (or 0xD509FF) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FF. RGB value is (213,9,255). Sum of RGB (Red+Green+Blue) = 213+9+255=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D509FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FF is #2AF600. Grayscale: #616161. Windows color (decimal): -2815489 or 16714197. OLE color: 16714197.

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

Color convert

RGB 213 9 255 -
CMYK 0.16 0.96 0 0
HSL 289.76º 1% 0.52% -
HSV(B) 289.76º 0.96% 1% -
XYZ 45.59 21.56 96.37 -
YUV 98.04 216.59 210 -
System Red Green Blue C M Y K H S L
Decimal 213 9 255 0.16 0.96 0 0 289.76 1 0.52
Hex D5 9 FF 10 60 0 0 122 64 34
Octal 325 11 377 20 140 0 0 442 144 64
Binary 11010101 1001 11111111 10000 1100000 0 0 100100010 1100100 110100

Color Harmonies of #D509FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509FF

Black with #D509FF

Text Example


Text Example

White with #D509FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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