Html Css Color HEX #D311FE Psychedelic Purple

📋 copy color: '#D311FE'

red 211 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #D311FE

Tints of Psychedelic Purple #D311FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.53%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 43.78%
G = 3.53%
B = 52.7%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D311FE (or 0xD311FE) is known color: Psychedelic Purple. HEX triplet: D3, 11 and FE. RGB value is (211,17,254). Sum of RGB (Red+Green+Blue) = 211+17+254=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D311FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311FE is #2CEE01. Grayscale: #656565. Windows color (decimal): -2944514 or 16650707. OLE color: 16650707.

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

Color convert

RGB 211 17 254 -
CMYK 0.17 0.93 0 0.00
HSL 289.11º 0.99% 0.53% -
HSV(B) 289.11º 0.93% 1% -
XYZ 44.95 21.41 95.53 -
YUV 102.02 213.77 205.73 -
System Red Green Blue C M Y K H S L
Decimal 211 17 254 0.17 0.93 0 0.00 289.11 0.99 0.53
Hex D3 11 FE 11 5D 0 0 121 63 35
Octal 323 21 376 21 135 0 0 441 143 65
Binary 11010011 10001 11111110 10001 1011101 0 0 100100001 1100011 110101

Color Harmonies of #D311FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311FE

Black with #D311FE

Text Example


Text Example

White with #D311FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311FE; }

 p { color: rgb(211,17,254); }

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

background-color css

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

 a { background-color: rgb(211,17,254); }

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

border-color css

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

 span { border-color: rgb(211,17,254); }

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