Html Css Color HEX #D315FF Psychedelic Purple

📋 copy color: '#D315FF'

red 211 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #D315FF

Tints of Psychedelic Purple #D315FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.31%

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

R = 43.33%
G = 4.31%
B = 52.36%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D315FF (or 0xD315FF) is known color: Psychedelic Purple. HEX triplet: D3, 15 and FF. RGB value is (211,21,255). Sum of RGB (Red+Green+Blue) = 211+21+255=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D315FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315FF is #2CEA00. Grayscale: #676767. Windows color (decimal): -2943489 or 16717267. OLE color: 16717267.

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

Color convert

RGB 211 21 255 -
CMYK 0.17 0.92 0 0
HSL 288.72º 1% 0.54% -
HSV(B) 288.72º 0.92% 1% -
XYZ 45.18 21.61 96.4 -
YUV 104.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 211 21 255 0.17 0.92 0 0 288.72 1 0.54
Hex D3 15 FF 11 5C 0 0 121 64 36
Octal 323 25 377 21 134 0 0 441 144 66
Binary 11010011 10101 11111111 10001 1011100 0 0 100100001 1100100 110110

Color Harmonies of #D315FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315FF

Black with #D315FF

Text Example


Text Example

White with #D315FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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