Html Css Color HEX #D509FB Psychedelic Purple

📋 copy color: '#D509FB'

red 213 ◦ green 9 ◦ blue 251

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

Shades of Psychedelic Purple #D509FB

Tints of Psychedelic Purple #D509FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 45.03%
G = 1.9%
B = 53.07%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D509FB (or 0xD509FB) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FB. RGB value is (213,9,251). Sum of RGB (Red+Green+Blue) = 213+9+251=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #D509FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FB is #2AF604. Grayscale: #606060. Windows color (decimal): -2815493 or 16452053. OLE color: 16452053.

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

Color convert

RGB 213 9 251 -
CMYK 0.15 0.96 0 0.02
HSL 290.58º 0.97% 0.51% -
HSV(B) 290.58º 0.96% 0.98% -
XYZ 44.95 21.31 93.01 -
YUV 97.58 214.59 210.32 -
System Red Green Blue C M Y K H S L
Decimal 213 9 251 0.15 0.96 0 0.02 290.58 0.97 0.51
Hex D5 9 FB F 60 0 2 123 61 33
Octal 325 11 373 17 140 0 2 443 141 63
Binary 11010101 1001 11111011 1111 1100000 0 10 100100011 1100001 110011

Color Harmonies of #D509FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509FB

Black with #D509FB

Text Example


Text Example

White with #D509FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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