Html Css Color HEX #D317FF Psychedelic Purple

📋 copy color: '#D317FF'

red 211 ◦ green 23 ◦ blue 255

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

Shades of Psychedelic Purple #D317FF

Tints of Psychedelic Purple #D317FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.7%

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

R = 43.15%
G = 4.7%
B = 52.15%

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

#D317FF (or 0xD317FF) is known color: Psychedelic Purple. HEX triplet: D3, 17 and FF. RGB value is (211,23,255). Sum of RGB (Red+Green+Blue) = 211+23+255=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #D317FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D317FF is #2CE800. Grayscale: #686868. Windows color (decimal): -2942977 or 16717779. OLE color: 16717779.

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

Color convert

RGB 211 23 255 -
CMYK 0.17 0.91 0 0
HSL 288.62º 1% 0.55% -
HSV(B) 288.62º 0.91% 1% -
XYZ 45.22 21.68 96.41 -
YUV 105.66 212.28 203.14 -
System Red Green Blue C M Y K H S L
Decimal 211 23 255 0.17 0.91 0 0 288.62 1 0.55
Hex D3 17 FF 11 5B 0 0 121 64 37
Octal 323 27 377 21 133 0 0 441 144 67
Binary 11010011 10111 11111111 10001 1011011 0 0 100100001 1100100 110111

Color Harmonies of #D317FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317FF

Black with #D317FF

Text Example


Text Example

White with #D317FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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