Html Css Color HEX #D309FD Psychedelic Purple

📋 copy color: '#D309FD'

red 211 ◦ green 9 ◦ blue 253

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

Shades of Psychedelic Purple #D309FD

Tints of Psychedelic Purple #D309FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 44.61%
G = 1.9%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D309FD (or 0xD309FD) is known color: Psychedelic Purple. HEX triplet: D3, 09 and FD. RGB value is (211,9,253). Sum of RGB (Red+Green+Blue) = 211+9+253=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #D309FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309FD is #2CF602. Grayscale: #606060. Windows color (decimal): -2946563 or 16583123. OLE color: 16583123.

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

Color convert

RGB 211 9 253 -
CMYK 0.17 0.96 0 0.01
HSL 289.67º 0.98% 0.51% -
HSV(B) 289.67º 0.96% 0.99% -
XYZ 44.69 21.14 94.65 -
YUV 97.21 215.92 209.16 -
System Red Green Blue C M Y K H S L
Decimal 211 9 253 0.17 0.96 0 0.01 289.67 0.98 0.51
Hex D3 9 FD 11 60 0 1 122 62 33
Octal 323 11 375 21 140 0 1 442 142 63
Binary 11010011 1001 11111101 10001 1100000 0 1 100100010 1100010 110011

Color Harmonies of #D309FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309FD

Black with #D309FD

Text Example


Text Example

White with #D309FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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