Html Css Color HEX #D509F4 Psychedelic Purple

📋 copy color: '#D509F4'

red 213 ◦ green 9 ◦ blue 244

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

Shades of Psychedelic Purple #D509F4

Tints of Psychedelic Purple #D509F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.36%

R = 45.71%
G = 1.93%
B = 52.36%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D509F4 (or 0xD509F4) is known color: Psychedelic Purple. HEX triplet: D5, 09 and F4. RGB value is (213,9,244). Sum of RGB (Red+Green+Blue) = 213+9+244=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #D509F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509F4 is #2AF60B. Grayscale: #606060. Windows color (decimal): -2815500 or 15993301. OLE color: 15993301.

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

Color convert

RGB 213 9 244 -
CMYK 0.13 0.96 0 0.04
HSL 292.09º 0.93% 0.5% -
HSV(B) 292.09º 0.96% 0.96% -
XYZ 43.87 20.87 87.3 -
YUV 96.79 211.09 210.89 -
System Red Green Blue C M Y K H S L
Decimal 213 9 244 0.13 0.96 0 0.04 292.09 0.93 0.5
Hex D5 9 F4 D 60 0 4 124 5D 32
Octal 325 11 364 15 140 0 4 444 135 62
Binary 11010101 1001 11110100 1101 1100000 0 100 100100100 1011101 110010

Color Harmonies of #D509F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509F4

Black with #D509F4

Text Example


Text Example

White with #D509F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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