Html Css Color HEX #D509F2 Psychedelic Purple

📋 copy color: '#D509F2'

red 213 ◦ green 9 ◦ blue 242

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

Shades of Psychedelic Purple #D509F2

Tints of Psychedelic Purple #D509F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.16%

R = 45.91%
G = 1.94%
B = 52.16%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D509F2 (or 0xD509F2) is known color: Psychedelic Purple. HEX triplet: D5, 09 and F2. RGB value is (213,9,242). Sum of RGB (Red+Green+Blue) = 213+9+242=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #D509F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509F2 is #2AF60D. Grayscale: #5F5F5F. Windows color (decimal): -2815502 or 15862229. OLE color: 15862229.

HSL color Cylindrical-coordinate representation of color #D509F2: hue angle of 292.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509F2 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 9 242 -
CMYK 0.12 0.96 0 0.05
HSL 292.53º 0.93% 0.49% -
HSV(B) 292.53º 0.96% 0.95% -
XYZ 43.57 20.75 85.71 -
YUV 96.56 210.09 211.05 -
System Red Green Blue C M Y K H S L
Decimal 213 9 242 0.12 0.96 0 0.05 292.53 0.93 0.49
Hex D5 9 F2 C 60 0 5 125 5D 31
Octal 325 11 362 14 140 0 5 445 135 61
Binary 11010101 1001 11110010 1100 1100000 0 101 100100101 1011101 110001

Color Harmonies of #D509F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509F2

Black with #D509F2

Text Example


Text Example

White with #D509F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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