Html Css Color HEX #D309FF Psychedelic Purple

📋 copy color: '#D309FF'

red 211 ◦ green 9 ◦ blue 255

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

Shades of Psychedelic Purple #D309FF

Tints of Psychedelic Purple #D309FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 44.42%
G = 1.89%
B = 53.68%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D309FF (or 0xD309FF) is known color: Psychedelic Purple. HEX triplet: D3, 09 and FF. RGB value is (211,9,255). Sum of RGB (Red+Green+Blue) = 211+9+255=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #D309FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309FF is #2CF600. Grayscale: #606060. Windows color (decimal): -2946561 or 16714195. OLE color: 16714195.

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

Color convert

RGB 211 9 255 -
CMYK 0.17 0.96 0 0
HSL 289.27º 1% 0.52% -
HSV(B) 289.27º 0.96% 1% -
XYZ 45.01 21.26 96.34 -
YUV 97.44 216.92 209 -
System Red Green Blue C M Y K H S L
Decimal 211 9 255 0.17 0.96 0 0 289.27 1 0.52
Hex D3 9 FF 11 60 0 0 121 64 34
Octal 323 11 377 21 140 0 0 441 144 64
Binary 11010011 1001 11111111 10001 1100000 0 0 100100001 1100100 110100

Color Harmonies of #D309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309FF

Black with #D309FF

Text Example


Text Example

White with #D309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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