Html Css Color HEX #D31FFC Psychedelic Purple

📋 copy color: '#D31FFC'

red 211 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #D31FFC

Tints of Psychedelic Purple #D31FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.28%

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 42.71%
G = 6.28%
B = 51.01%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D31FFC (or 0xD31FFC) is known color: Psychedelic Purple. HEX triplet: D3, 1F and FC. RGB value is (211,31,252). Sum of RGB (Red+Green+Blue) = 211+31+252=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #D31FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FFC is #2CE003. Grayscale: #6D6D6D. Windows color (decimal): -2940932 or 16523219. OLE color: 16523219.

HSL color Cylindrical-coordinate representation of color #D31FFC: hue angle of 288.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31FFC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 31 252 -
CMYK 0.16 0.88 0 0.01
HSL 288.87º 0.97% 0.55% -
HSV(B) 288.87º 0.88% 0.99% -
XYZ 44.92 21.86 93.95 -
YUV 110.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 211 31 252 0.16 0.88 0 0.01 288.87 0.97 0.55
Hex D3 1F FC 10 58 0 1 121 61 37
Octal 323 37 374 20 130 0 1 441 141 67
Binary 11010011 11111 11111100 10000 1011000 0 1 100100001 1100001 110111

Color Harmonies of #D31FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FFC

Black with #D31FFC

Text Example


Text Example

White with #D31FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FFC; }

 p { color: rgb(211,31,252); }

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

background-color css

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

 a { background-color: rgb(211,31,252); }

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

border-color css

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

 span { border-color: rgb(211,31,252); }

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