Html Css Color HEX #D316FF Psychedelic Purple

📋 copy color: '#D316FF'

red 211 ◦ green 22 ◦ blue 255

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

Shades of Psychedelic Purple #D316FF

Tints of Psychedelic Purple #D316FF

RGB

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

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

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

R = 43.24%
G = 4.51%
B = 52.25%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D316FF (or 0xD316FF) is known color: Psychedelic Purple. HEX triplet: D3, 16 and FF. RGB value is (211,22,255). Sum of RGB (Red+Green+Blue) = 211+22+255=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 22 (8.98% from 255 or 4.51% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #D316FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316FF is #2CE900. Grayscale: #686868. Windows color (decimal): -2943233 or 16717523. OLE color: 16717523.

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

Color convert

RGB 211 22 255 -
CMYK 0.17 0.91 0 0
HSL 288.67º 1% 0.54% -
HSV(B) 288.67º 0.91% 1% -
XYZ 45.2 21.64 96.4 -
YUV 105.07 212.62 203.55 -
System Red Green Blue C M Y K H S L
Decimal 211 22 255 0.17 0.91 0 0 288.67 1 0.54
Hex D3 16 FF 11 5B 0 0 121 64 36
Octal 323 26 377 21 133 0 0 441 144 66
Binary 11010011 10110 11111111 10001 1011011 0 0 100100001 1100100 110110

Color Harmonies of #D316FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316FF

Black with #D316FF

Text Example


Text Example

White with #D316FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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