Html Css Color HEX #D311FD Psychedelic Purple

📋 copy color: '#D311FD'

red 211 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #D311FD

Tints of Psychedelic Purple #D311FD

RGB

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

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

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

R = 43.87%
G = 3.53%
B = 52.6%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D311FD (or 0xD311FD) is known color: Psychedelic Purple. HEX triplet: D3, 11 and FD. RGB value is (211,17,253). Sum of RGB (Red+Green+Blue) = 211+17+253=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D311FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311FD is #2CEE02. Grayscale: #656565. Windows color (decimal): -2944515 or 16585171. OLE color: 16585171.

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

Color convert

RGB 211 17 253 -
CMYK 0.17 0.93 0 0.01
HSL 289.32º 0.98% 0.53% -
HSV(B) 289.32º 0.93% 0.99% -
XYZ 44.79 21.34 94.69 -
YUV 101.91 213.27 205.81 -
System Red Green Blue C M Y K H S L
Decimal 211 17 253 0.17 0.93 0 0.01 289.32 0.98 0.53
Hex D3 11 FD 11 5D 0 1 121 62 35
Octal 323 21 375 21 135 0 1 441 142 65
Binary 11010011 10001 11111101 10001 1011101 0 1 100100001 1100010 110101

Color Harmonies of #D311FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311FD

Black with #D311FD

Text Example


Text Example

White with #D311FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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