Html Css Color HEX #D309FA Psychedelic Purple

📋 copy color: '#D309FA'

red 211 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D309FA

Tints of Psychedelic Purple #D309FA

RGB

 RED value IS 211 (82.81% from 255) = 44.89%

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 44.89%
G = 1.91%
B = 53.19%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D309FA (or 0xD309FA) is known color: Psychedelic Purple. HEX triplet: D3, 09 and FA. RGB value is (211,9,250). Sum of RGB (Red+Green+Blue) = 211+9+250=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #D309FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309FA is #2CF605. Grayscale: #606060. Windows color (decimal): -2946566 or 16386515. OLE color: 16386515.

HSL color Cylindrical-coordinate representation of color #D309FA: hue angle of 290.29º degrees, saturation: 0.96, 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 #D309FA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 9 250 -
CMYK 0.16 0.96 0 0.02
HSL 290.29º 0.96% 0.51% -
HSV(B) 290.29º 0.96% 0.98% -
XYZ 44.22 20.95 92.16 -
YUV 96.87 214.42 209.4 -
System Red Green Blue C M Y K H S L
Decimal 211 9 250 0.16 0.96 0 0.02 290.29 0.96 0.51
Hex D3 9 FA 10 60 0 2 122 60 33
Octal 323 11 372 20 140 0 2 442 140 63
Binary 11010011 1001 11111010 10000 1100000 0 10 100100010 1100000 110011

Color Harmonies of #D309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309FA

Black with #D309FA

Text Example


Text Example

White with #D309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309FA; }

 p { color: rgb(211,9,250); }

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

background-color css

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

 a { background-color: rgb(211,9,250); }

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

border-color css

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

 span { border-color: rgb(211,9,250); }

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