Html Css Color HEX #D316FD Psychedelic Purple

📋 copy color: '#D316FD'

red 211 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #D316FD

Tints of Psychedelic Purple #D316FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.53%

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

R = 43.42%
G = 4.53%
B = 52.06%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D316FD (or 0xD316FD) is known color: Psychedelic Purple. HEX triplet: D3, 16 and FD. RGB value is (211,22,253). Sum of RGB (Red+Green+Blue) = 211+22+253=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #D316FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316FD is #2CE902. Grayscale: #686868. Windows color (decimal): -2943235 or 16586451. OLE color: 16586451.

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

Color convert

RGB 211 22 253 -
CMYK 0.17 0.91 0 0.01
HSL 289.09º 0.98% 0.54% -
HSV(B) 289.09º 0.91% 0.99% -
XYZ 44.88 21.51 94.72 -
YUV 104.85 211.62 203.72 -
System Red Green Blue C M Y K H S L
Decimal 211 22 253 0.17 0.91 0 0.01 289.09 0.98 0.54
Hex D3 16 FD 11 5B 0 1 121 62 36
Octal 323 26 375 21 133 0 1 441 142 66
Binary 11010011 10110 11111101 10001 1011011 0 1 100100001 1100010 110110

Color Harmonies of #D316FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316FD

Black with #D316FD

Text Example


Text Example

White with #D316FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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